Skip to content

Commit

Permalink
Fix v8 repository URL
Browse files Browse the repository at this point in the history
Doesn't have `.git` anymore
  • Loading branch information
LeszekSwirski authored May 26, 2023
1 parent e536302 commit 52b63ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 52b63ae

Please sign in to comment.