We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b645e00 commit 396722fCopy full SHA for 396722f
pkg/bin.js
@@ -45,6 +45,6 @@ if (!supported) {
45
module.exports = {
46
bin: new Binary(
47
'create-o7-app',
48
- `https://github.com/ottomated/create-o7-app/releases/download/v${version}/create-o7-app-${supported.file}`
+ `https://github.com/ottomated/create-o7-app/releases/download/${version}/create-o7-app-${supported.file}`
49
),
50
};
0 commit comments