We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9b872 commit a68b6e3Copy full SHA for a68b6e3
1 file changed
Rakefile
@@ -10,14 +10,14 @@ namespace :git do
10
end
11
12
desc "Build the chef gems"
13
-task :gem => "git:update_and_init" do
+task :gem => "git:submodule_update" do
14
gems.each do |dir|
15
Dir.chdir(dir) { sh "rake package" }
16
17
18
19
desc "Install the chef gems"
20
-task :install => "git:update_and_init" do
+task :install => "git:submodule_update" do
21
22
Dir.chdir(dir) { sh "rake install" }
23
0 commit comments