Merge pull request #28 from muratayusuke/enable_recursive_submodule
yeah merged :)
This commit is contained in:
@@ -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 = {})
|
||||
|
||||
Reference in New Issue
Block a user