We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d82534 commit 5b13decCopy full SHA for 5b13dec
pkg/cmd/config/list/list.go
@@ -63,7 +63,7 @@ func listRun(opts *ListOptions) error {
63
if err != nil {
64
return err
65
}
66
- fmt.Fprint(opts.IO.Out, fmt.Sprintf("%s=%s\n", key.Key, val))
+ fmt.Fprintf(opts.IO.Out, "%s=%s\n", key.Key, val)
67
68
69
return nil
0 commit comments