Skip to content

Commit

Permalink
Fixed a spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
kommendorkapten committed May 20, 2024
1 parent 7d18e7a commit d3d7736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/attest/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function buildGitHubEndpoints(): Endpoints {
host = 'githubapp.com'
}
return {
fulcioURL: `https://fulcio.${hostl}`,
fulcioURL: `https://fulcio.${host}`,
tsaServerURL: `https://timestamp.${host}`
}
}

0 comments on commit d3d7736

Please sign in to comment.