From a68b6e3dbbe9e0afa41b5b19e4e35d2aa75f0f4a Mon Sep 17 00:00:00 2001 From: AJ Christensen Date: Tue, 14 Apr 2009 21:21:51 +1200 Subject: Forgot to update the required tasks --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 7819068b24..0da2d84857 100644 --- a/Rakefile +++ b/Rakefile @@ -10,14 +10,14 @@ namespace :git do end desc "Build the chef gems" -task :gem => "git:update_and_init" do +task :gem => "git:submodule_update" do gems.each do |dir| Dir.chdir(dir) { sh "rake package" } end end desc "Install the chef gems" -task :install => "git:update_and_init" do +task :install => "git:submodule_update" do gems.each do |dir| Dir.chdir(dir) { sh "rake install" } end -- cgit v1.2.1