Skip to content

Commit

Permalink
Goreleaser: remove 'contents' section of nfpms. It breaks packages an…
Browse files Browse the repository at this point in the history
…d redundant at all.
  • Loading branch information
lesovsky committed Jun 25, 2021
1 parent 1be44fa commit 9d19b16
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .goreleaser.yml
Expand Up @@ -27,8 +27,4 @@ nfpms:
description: Command-line admin tool for observing and troubleshooting Postgres.
license: BSD-3
formats: [ deb, rpm, apk ]
bindir: /usr/bin
contents:
- src: /usr/bin/pgcenter
dst: /bin/pgcenter
type: "symlink"
bindir: /usr/bin

0 comments on commit 9d19b16

Please sign in to comment.