diff --git a/pkg/bin.js b/pkg/bin.js index f8c91835..7f68a74b 100644 --- a/pkg/bin.js +++ b/pkg/bin.js @@ -45,6 +45,6 @@ if (!supported) { module.exports = { bin: new Binary( 'create-o7-app', - `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}` ), };