diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-22 17:30:47 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-22 17:30:47 -0700 |
commit | eca8f9519e6719774d7fb5581b81b9e4a879acaa (patch) | |
tree | eb1f59e35f3c3afdc3117f701dfa81638a5cb2c4 /Rakefile | |
parent | fa4852e03c3596ff24eeb8fec1148716d04d246a (diff) | |
download | chef-eca8f9519e6719774d7fb5581b81b9e4a879acaa.tar.gz |
Fix a style issuekill_old_bumps
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ task :super_install do sh("rake install") end -task :install => :super_install +task install: :super_install Bundler::GemHelper.install_tasks name: "chef" |