mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
add Checksums-Sha512 to isMultilineField
Otherwise line breaks are not properly handled and the output contains excess newlines Fixes #361
This commit is contained in:
@@ -106,6 +106,8 @@ func isMultilineField(field string, isRelease bool) bool {
|
||||
return true
|
||||
case "Checksums-Sha256":
|
||||
return true
|
||||
case "Checksums-Sha512":
|
||||
return true
|
||||
case "Package-List":
|
||||
return true
|
||||
case "MD5Sum":
|
||||
|
||||
Reference in New Issue
Block a user