1
0
Fork 0

Fixed a spelling error

pull/1735/head
Fredrik Skogman 2024-05-20 07:57:44 +02:00
parent 7d18e7aa0d
commit d3d7736bae
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ function buildGitHubEndpoints(): Endpoints {
host = 'githubapp.com'
}
return {
fulcioURL: `https://fulcio.${hostl}`,
fulcioURL: `https://fulcio.${host}`,
tsaServerURL: `https://timestamp.${host}`
}
}