less spacing

This commit is contained in:
vilmibm 2020-08-11 16:45:35 -05:00
parent 6c64cb8d23
commit 37322ec333

View file

@ -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)
}
}