Skip to content

Commit

Permalink
fix: github release url
Browse files Browse the repository at this point in the history
  • Loading branch information
isaackps committed Feb 21, 2024
1 parent 25c2ce3 commit cefd3fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/implementations/utils/github-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export const versionCheck = async (): Promise<void> => {
};

export const getLatestReleaseVersion = async (): Promise<string> => {
const { name: latest } = await request(
"https://api.github.com/repos/open-attestation/open-attestation-cli/releases/latest"
);
const { name: latest } = await request("https://api.github.com/repos/tradetrust/tradetrust-cli/releases/latest");
return latest;
};

0 comments on commit cefd3fc

Please sign in to comment.