summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index d8fa06e2cd..4f3266f31c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,9 +7,9 @@ task :build_gems do
end
end
-desc "Install the merb-more sub-gems"
+desc "Install the chef gems"
task :install do
gems.each do |dir|
Dir.chdir(dir) { sh "rake install" }
end
-end \ No newline at end of file
+end