mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-28 10:00:14 +00:00
Flag is 'formats', not 'format
This commit is contained in:
@@ -58,7 +58,7 @@ func (p *PyPI) BuildFormatStr() string {
|
||||
// omit the format string completely.
|
||||
return ""
|
||||
}
|
||||
fmtStr := "--format "
|
||||
fmtStr := "--formats "
|
||||
for i := range p.Formats {
|
||||
fmtStr += p.Formats[i] + ","
|
||||
}
|
||||
|
Reference in New Issue
Block a user