Skip to content

Commit b5e5557

Browse files
authored
Fix swift repo id (#4657)
1 parent 4ea6dba commit b5e5557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/update-checkout-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"clang": {
88
"remote": { "id": "apple/swift-clang" } },
99
"swift": {
10-
"remote": { "id": "apple/swift-swift" } },
10+
"remote": { "id": "apple/swift" } },
1111
"lldb": {
1212
"remote": { "id": "apple/swift-lldb" } },
1313
"cmark": {

0 commit comments

Comments
 (0)