diff --git a/update.py b/update.py index f612115c6b..3a0c8656cb 100755 --- a/update.py +++ b/update.py @@ -37,7 +37,7 @@ def step(title): step(f'Update V8 checkout in: {GIT_DIR}') if not GIT_DIR.exists(): - run('git', 'clone', 'https://chromium.googlesource.com/v8/v8.git', GIT_DIR) + run('git', 'clone', 'https://chromium.googlesource.com/v8/v8', GIT_DIR) git('fetch', '--all') step('List branches')