mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-02 00:43:35 +00:00
Merge branch '0.7b' of git@github.com:280north/cappuccino into 0.7b
This commit is contained in:
Vendored
+1
-1
@@ -23,7 +23,7 @@ end
|
||||
|
||||
task :update_submodules do
|
||||
if executable_exists? "git"
|
||||
system %{cd .. && git submodule update --init}
|
||||
system %{cd .. && git submodule init && git submodule update}
|
||||
else
|
||||
puts "Git not installed"
|
||||
rake abort
|
||||
|
||||
Reference in New Issue
Block a user