Fixed a spelling error

This commit is contained in:
Fredrik Skogman
2024-05-20 07:57:44 +02:00
parent 7d18e7aa0d
commit d3d7736bae

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}`
}
}