summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-10-08 16:35:45 -0700
committerAdam Jacob <adam@hjksolutions.com>2008-10-08 16:35:45 -0700
commit6c673b341f570cc7233ad1b0b8939a0bf0e433a0 (patch)
tree6a5eac16254893a7de2236da772f19dde80c900b /Rakefile
parent0e2441c9651524598700bd483a23085b037d8763 (diff)
downloadchef-6c673b341f570cc7233ad1b0b8939a0bf0e433a0.tar.gz
Updating rakefile
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