Skip to content

Commit

Permalink
fix: Return correct GPG keys url (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: oSumAtrIX <[email protected]>
  • Loading branch information
Ushie and oSumAtrIX committed Sep 4, 2024
1 parent 27b18c6 commit 74e5389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class GitHubBackendRepository(client: HttpClient) : BackendRepository(client) {
gpgKeys =
BackendMember.GpgKeys(
ids = gpgKeys.map { it.keyId },
url = "https://api.github.com/users/${user.login}.gpg",
url = "https://github.com/${user.login}.gpg",
),
)
}
Expand Down

0 comments on commit 74e5389

Please sign in to comment.