From 396722f140c5e0ae5f19eb5f4727c6b9632742a7 Mon Sep 17 00:00:00 2001 From: Ottomated Date: Fri, 3 Mar 2023 19:41:59 -0800 Subject: [PATCH] fix download --- pkg/bin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}` ), };