Fix PairFlag
This commit is contained in:
parent
5240185457
commit
b3157dcd99
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func (p Pair) String() string {
|
|||
}
|
||||
|
||||
func (pf PairFlag) String() string {
|
||||
return pf.Pair.String()
|
||||
return fmt.Sprint(pf.Pair)
|
||||
}
|
||||
|
||||
func (pf PairFlag) Set(s string) error {
|
||||
|
|
Loading…
Reference in a new issue