mirror of
https://github.com/goreleaser/nfpm.git
synced 2026-06-19 08:05:04 +00:00
3118ec19d5
* fix: Warn on empty `overrides.PACKAGER` stanza Previously, if an overrides stanza contained an empty packager clause, the user would get a segfault. This is now detected and a warning issued. Fixes #1079. * test: Parse a test file with empty overrides Tests that an empty overrides.packager clause is handled without failure. See: #1079 * update: Ignore empty overrides instead of warn