Skip to content

Commit

Permalink
Update git-sync-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Jan 19, 2024
1 parent cad3f64 commit c4284e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/git-sync-deps
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2014 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
Expand Down Expand Up @@ -256,9 +256,9 @@ def main(argv):
return 1

git_sync_deps(deps_file_path, argv, verbose)
subprocess.check_call(
[sys.executable,
os.path.join(os.path.dirname(deps_file_path), 'bin', 'fetch-gn')])
#subprocess.check_call(
# [sys.executable,
# os.path.join(os.path.dirname(deps_file_path), 'bin', 'fetch-gn')])
return 0


Expand Down

0 comments on commit c4284e9

Please sign in to comment.