diff options
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" |