Skip to content

Commit 434c50f

Browse files
author
AJ Christensen
committed
Broken rake task for submodules
1 parent a68b6e3 commit 434c50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'cucumber/rake/task'
55
namespace :git do
66
desc "Initialise and update the Git submodules"
77
task :submodule_update do
8-
exec("git submodule update --init")
8+
sh "git submodule update --init"
99
end
1010
end
1111

0 commit comments

Comments
 (0)