Skip to content

Commit 73ddaa2

Browse files
committed
fix flag
1 parent 3eff40c commit 73ddaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ builds:
2222
- windows
2323
- darwin
2424
ldflags:
25-
- -s -w - -X github.com/cjodo/echo-cli/main.Version={{.Version}}
25+
- -s -w -X github.com/cjodo/echo-cli/main.Version={{.Version}}
2626
archives:
2727
- formats: [tar.gz]
2828
# this name template makes the OS and Arch compatible with the results of `uname`.

0 commit comments

Comments
 (0)