Skip to content

Commit 82811a8

Browse files
committed
[gn] fix minor mistake from f7cb1af
The script printed two `/` when one suffices.
1 parent af4f176 commit 82811a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/gn/build/sync_source_lists_from_cmake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def by_rev(files, key):
123123

124124
# Output necessary changes grouped by revision.
125125
for rev in sorted(changes_by_rev):
126-
commit_url = 'https://github.com/llvm/llvm-project/commit/'
126+
commit_url = 'https://github.com/llvm/llvm-project/commit'
127127
print("[gn build] Port {0} -- {1}/{0}".format(rev, commit_url))
128128
for gn_file, data in sorted(changes_by_rev[rev].items()):
129129
add = data.get("add", [])

0 commit comments

Comments
 (0)