summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-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"