Skip to content

Commit

Permalink
fix(src/update): Remove .zip from release url
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Feb 15, 2022
1 parent 1e00e9f commit afbfb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/update/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ setTimeout(async () => {
: 'a major update';

console.log(
`^3There is ${updateMessage} available for oxmysql - please update to the latest release (current version: ${currentVersion[0]})\r\n${release.html_url}.zip^0`
`^3There is ${updateMessage} available for oxmysql - please update to the latest release (current version: ${currentVersion[0]})\r\n${release.html_url}^0`
);
}, 1000);

0 comments on commit afbfb21

Please sign in to comment.