diff --git a/.goreleaser.yml b/.goreleaser.yml index 943fca2b..1cc5facf 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -37,11 +37,11 @@ nfpms: bindir: /usr/bin -contents: - - src: debian/sshportal/etc/ - dst: /etc/ - type: tree + contents: + - src: debian/sshportal/etc/ + dst: /etc/ + type: tree -scripts: - postinstall: "debian/sshportal/DEBIAN/postinst" - postremove: "debian/sshportal/DEBIAN/postrm" + scripts: + postinstall: "debian/sshportal/DEBIAN/postinst" + postremove: "debian/sshportal/DEBIAN/postrm"