Skip to content

Commit 396722f

Browse files
committed
fix download
1 parent b645e00 commit 396722f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/bin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ if (!supported) {
4545
module.exports = {
4646
bin: new Binary(
4747
'create-o7-app',
48-
`https://github.com/ottomated/create-o7-app/releases/download/v${version}/create-o7-app-${supported.file}`
48+
`https://github.com/ottomated/create-o7-app/releases/download/${version}/create-o7-app-${supported.file}`
4949
),
5050
};

0 commit comments

Comments
 (0)