Skip to content

Commit 9519c49

Browse files
lpannipaultag
authored andcommittedOct 22, 2024
SourceIndex struct: strip whitespaces from binary names
1 parent 246d63d commit 9519c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎control/index.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ type SourceIndex struct {
152152
Paragraph
153153

154154
Package string
155-
Binaries []string `control:"Binary" delim:","`
155+
Binaries []string `control:"Binary" delim:"," strip:" "`
156156

157157
Version version.Version
158158
Maintainer string

0 commit comments

Comments
 (0)
Please sign in to comment.