enable recursive submodule
This commit is contained in:
@@ -51,7 +51,7 @@ class Homesick
|
|||||||
|
|
||||||
def git_submodule_update(config = {})
|
def git_submodule_update(config = {})
|
||||||
say_status 'git submodule', 'update', :green unless options[:quiet]
|
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
|
end
|
||||||
|
|
||||||
def git_pull(config = {})
|
def git_pull(config = {})
|
||||||
|
|||||||
Reference in New Issue
Block a user