We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
update
1 parent 9ab8c36 commit 53a3116Copy full SHA for 53a3116
src/commands/update/index.js
@@ -68,8 +68,7 @@ async function action (params) {
68
if (!isWin) {
69
await chmod(filename, exe)
70
}
71
- let ver = channel === 'main' ? `main-${version}` : version
72
- console.error(`Upgrading Begin to ${ver}`)
+ console.error(`Upgrading Begin to ${version}`)
73
console.error(`Updated ${filename}`)
74
resolve('Successfully upgraded Begin!')
75
0 commit comments