less spacing
This commit is contained in:
parent
6c64cb8d23
commit
37322ec333
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ func statusRun(opts *StatusOptions) error {
|
|||
}
|
||||
fmt.Fprintf(stderr, "%s\n", utils.Bold(hostname))
|
||||
for _, line := range lines {
|
||||
fmt.Fprintf(stderr, "\t%s\n", line)
|
||||
fmt.Fprintf(stderr, " %s\n", line)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue