Skip to content

Commit fc808cc

Browse files
author
R0n0066
committed
feature (fix): Fix version format on binary url
1 parent d71a322 commit fc808cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"goBinary": {
1212
"name": "cmf",
1313
"path": "./bin",
14-
"url": "https://github.com/WalmartDigital/commit-message-formatter/releases/download/v{{version}}/commit-message-formatter_{{version}}_{{platform}}_{{arch}}.tar.gz"
14+
"url": "https://github.com/WalmartDigital/commit-message-formatter/releases/download/v{{version}}/commit-message-formatter_v{{version}}_{{platform}}_{{arch}}.tar.gz"
1515
},
1616
"dependencies": {
1717
"go-npm": "^0.1.9"

0 commit comments

Comments
 (0)