diff --git a/gclient.py b/gclient.py index 34284043c..26d68e6eb 100755 --- a/gclient.py +++ b/gclient.py @@ -3181,7 +3181,7 @@ def CMDgitmodules(parser, args): for path, dep in ls.get('deps').items(): if path in options.skip_dep: continue - if dep.get('dep_type') == 'cipd': + if dep.get('dep_type') != 'git': continue try: url, commit = dep['url'].split('@', maxsplit=1)