Merge pull request #28 from muratayusuke/enable_recursive_submodule

yeah merged :)
This commit is contained in:
Yusuke Murata
2013-03-28 08:01:24 -07:00

View File

@@ -51,7 +51,7 @@ class Homesick
def git_submodule_update(config = {})
say_status 'git submodule', 'update', :green unless options[:quiet]
system "git submodule --quiet update >/dev/null 2>&1" unless options[:pretend]
system "git submodule --quiet update --init --recursive >/dev/null 2>&1" unless options[:pretend]
end
def git_pull(config = {})