Skip to content

Commit 163420e

Browse files
chalkygames123mstruebing
authored andcommitted
fix: remove duplicate v from core release name (#409)
1 parent 5545b2f commit 163420e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function main() {
99
if (!(await isReady())) {
1010
try {
1111
const [name, assets] = await findRelease(VERSION)
12-
console.info(`Downloading v${name}`)
12+
console.info(`Downloading ${name}`)
1313
await downloadBinary(assets.browser_download_url)
1414
} catch (e) {
1515
console.error(`Failed to download binary:\n${e}`)

0 commit comments

Comments
 (0)