Ensure prezto and other submodules are correctly installed recursive [Close #170]

This commit is contained in:
Yan Pritzker 2012-09-27 13:27:20 -07:00
parent 081630a443
commit 429bba4779

View File

@ -26,7 +26,7 @@ end
desc "Init and update submodules."
task :submodules do
sh('git submodule update --init')
sh('git submodule update --init --recursive')
end
task :default => 'install'