aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/git-sync-deps
diff options
context:
space:
mode:
Diffstat (limited to 'tools/git-sync-deps')
-rwxr-xr-xtools/git-sync-deps1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/git-sync-deps b/tools/git-sync-deps
index e13ce8831a..2ff342723f 100755
--- a/tools/git-sync-deps
+++ b/tools/git-sync-deps
@@ -223,6 +223,7 @@ def main(argv):
return 1
git_sync_deps(deps_file_path, argv, verbose)
+ subprocess.check_call([sys.executable, 'bin/fetch-gn'])
return 0