1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: typo in docs

This commit is contained in:
tympanix 2018-04-23 16:38:16 +02:00 committed by Carlos Alexandro Becker
parent a0f83414b1
commit 488b6b7750

View File

@ -131,7 +131,7 @@ nfpm:
files:
"tmp/man.gz": "/usr/share/man/man8/app.8.gz"
config_files:
"tmp/app_generated.conf": /etc/app-rpm.conf"
"tmp/app_generated.conf": "/etc/app-rpm.conf"
scripts:
preinstall: "scripts/preinstall-rpm.sh"
```