summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-22 17:30:47 -0700
committerTim Smith <tsmith@chef.io>2018-08-22 17:30:47 -0700
commiteca8f9519e6719774d7fb5581b81b9e4a879acaa (patch)
treeeb1f59e35f3c3afdc3117f701dfa81638a5cb2c4
parentfa4852e03c3596ff24eeb8fec1148716d04d246a (diff)
downloadchef-kill_old_bumps.tar.gz
Fix a style issuekill_old_bumps
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 32a688ef7f..287bfccb49 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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"