Fixed a spelling error

This commit is contained in:
Fredrik Skogman 2024-05-20 07:57:44 +02:00
parent 7d18e7aa0d
commit d3d7736bae
No known key found for this signature in database

View File

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