Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 13fc904

Browse files
committed
fixing url for files
1 parent 4fbe4f8 commit 13fc904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/GitHubKit/Github.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ extension Github.Config {
257257
return server.value
258258
.trimmingCharacters(in: .init(charactersIn: "/"))
259259
.appending("/")
260-
.appending(path).lowercased()
260+
.appending(path)
261261
}
262262

263263
}

0 commit comments

Comments
 (0)