Skip to content

Commit a68b6e3

Browse files
author
AJ Christensen
committed
Forgot to update the required tasks
1 parent 4c9b872 commit a68b6e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ namespace :git do
1010
end
1111

1212
desc "Build the chef gems"
13-
task :gem => "git:update_and_init" do
13+
task :gem => "git:submodule_update" do
1414
gems.each do |dir|
1515
Dir.chdir(dir) { sh "rake package" }
1616
end
1717
end
1818

1919
desc "Install the chef gems"
20-
task :install => "git:update_and_init" do
20+
task :install => "git:submodule_update" do
2121
gems.each do |dir|
2222
Dir.chdir(dir) { sh "rake install" }
2323
end

0 commit comments

Comments
 (0)