Skip to content

Commit

Permalink
fix download
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated committed Mar 4, 2023
1 parent b645e00 commit 396722f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
),
};

0 comments on commit 396722f

Please sign in to comment.