From 46f452ecbee194a86ee81360a5342c1ee9175553 Mon Sep 17 00:00:00 2001 From: sixg0000d Date: Wed, 19 May 2021 20:14:50 +0800 Subject: [PATCH] docs: fix config field (#2228) --- www/docs/customization/nfpm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/customization/nfpm.md b/www/docs/customization/nfpm.md index 7916ce06f..d1531111c 100644 --- a/www/docs/customization/nfpm.md +++ b/www/docs/customization/nfpm.md @@ -216,7 +216,7 @@ nfpms: rpm: replacements: amd64: x86_64 - name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Arch }}" + file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Arch }}" files: "tmp/man.gz": "/usr/share/man/man8/app.8.gz" config_files: