Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit 998bce3

Browse files
author
Lars-Magnus Skog
authored
Merge pull request #143 from prebuild/fix-empty-tag-prefix
fixes empty --tag-prefix
2 parents 9e62565 + 289f0de commit 998bce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function getDownloadUrl (opts) {
2323
libc: opts.libc || process.env.LIBC || '',
2424
configuration: (opts.debug ? 'Debug' : 'Release'),
2525
module_name: opts.pkg.binary && opts.pkg.binary.module_name,
26-
tag_prefix: opts['tag-prefix'] || 'v'
26+
tag_prefix: opts['tag-prefix']
2727
})
2828
}
2929

0 commit comments

Comments
 (0)