Skip to content

Commit 1231386

Browse files
committed
Use update_depot_tools
1 parent a35e26a commit 1231386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def get_v8():
120120
else:
121121
print('updating depot tools')
122122
with cd('depot_tools'):
123-
run('git fetch')
123+
run('./update_depot_tools')
124124

125125
if not os.path.isdir('v8/.git'):
126126
print('downloading v8')

0 commit comments

Comments
 (0)