mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-28 13:49:24 +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.
|
// omit the format string completely.
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
fmtStr := "--format "
|
fmtStr := "--formats "
|
||||||
for i := range p.Formats {
|
for i := range p.Formats {
|
||||||
fmtStr += p.Formats[i] + ","
|
fmtStr += p.Formats[i] + ","
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user