Skip to content

Commit

Permalink
fix: remove duplicate v from core release name (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkygames123 authored and mstruebing committed Mar 8, 2024
1 parent 5545b2f commit 163420e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function main() {
if (!(await isReady())) {
try {
const [name, assets] = await findRelease(VERSION)
console.info(`Downloading v${name}`)
console.info(`Downloading ${name}`)
await downloadBinary(assets.browser_download_url)
} catch (e) {
console.error(`Failed to download binary:\n${e}`)
Expand Down

0 comments on commit 163420e

Please sign in to comment.