Skip to content

Commit

Permalink
[eas-cli] change url in fingerprint:compare
Browse files Browse the repository at this point in the history
  • Loading branch information
quinlanj committed Feb 4, 2025
1 parent 7f46bae commit 86eade5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eas-cli/src/commands/fingerprint/compare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default class FingerprintCompare extends EasCommand {

const project = await AppQuery.byIdAsync(graphqlClient, projectId);
const fingerprintCompareUrl = new URL(
`/accounts/${project.ownerAccount.name}/projects/${project.name}/fingerprint/compare`,
`/accounts/${project.ownerAccount.name}/projects/${project.name}/fingerprints/compare`,
getExpoWebsiteBaseUrl()
);
fingerprintCompareUrl.searchParams.set('a', firstFingerprintInfo.fingerprint.hash);
Expand Down

0 comments on commit 86eade5

Please sign in to comment.