Skip to content

Commit 67c4c70

Browse files
committed
Fix typo
1 parent b2b1bcb commit 67c4c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before:
88
builds:
99
- main: .
1010
ldflags:
11-
- -s -w '-X github.com/nao1215/gup/internal/cmdinfo.Version=v{{ .Version }}'
11+
- -s -w -X github.com/nao1215/gup/internal/cmdinfo.Version=v{{ .Version }}
1212
env:
1313
- CGO_ENABLED=0
1414
goos:

0 commit comments

Comments
 (0)