mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-10 18:31:20 +02:00
Flag is 'formats', not 'format
This commit is contained in:
parent
ec409e51a1
commit
2d07120891
@ -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] + ","
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user