summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAJ Christensen <aj@junglist.gen.nz>2009-04-15 00:09:27 +1200
committerAJ Christensen <aj@junglist.gen.nz>2009-04-15 00:09:27 +1200
commit434c50f7e6577301e378147e67e2fa49a28dd7b7 (patch)
tree691cbd6f90befbf31c7edf96076e346c7848f2f5 /Rakefile
parenta68b6e3dbbe9e0afa41b5b19e4e35d2aa75f0f4a (diff)
downloadchef-434c50f7e6577301e378147e67e2fa49a28dd7b7.tar.gz
Broken rake task for submodules
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0da2d84857..781675e2b7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'cucumber/rake/task'
namespace :git do
desc "Initialise and update the Git submodules"
task :submodule_update do
- exec("git submodule update --init")
+ sh "git submodule update --init"
end
end