Skip to content

Commit 5bbce4a

Browse files
committed
Fix goreleaser config for linux packages
1 parent ccd4f0f commit 5bbce4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ nfpms:
6565
- deb
6666
- rpm
6767
contents:
68-
- src: "/share/man/man1/gh*.1"
68+
- src: "share/man/man1/gh*.1"
6969
dst: "/usr/share/man/man1"

0 commit comments

Comments
 (0)