Skip to content

Commit 0609517

Browse files
ErichDonGublertomrittervg
authored andcommitted
fix(scm): remove extra https:// from aomedia.googlesource.com hostname check
1 parent 338c35d commit 0609517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scmprovider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def repo_and_commit_to_url(repo, commit):
1818
hostname in repo
1919
for hostname in [
2020
"https://chromium.googlesource.com",
21-
"https://https://aomedia.googlesource.com",
21+
"https://aomedia.googlesource.com",
2222
]
2323
):
2424
return repo + "/+/" + commit

0 commit comments

Comments
 (0)