linter complains again
This commit is contained in:
parent
8d82534461
commit
5b13decfb3
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ func listRun(opts *ListOptions) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
fmt.Fprint(opts.IO.Out, fmt.Sprintf("%s=%s\n", key.Key, val))
|
||||
fmt.Fprintf(opts.IO.Out, "%s=%s\n", key.Key, val)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue