Skip to content

Commit 4542beb

Browse files
committed
change printing to defined output instead of stderr
1 parent a4adb80 commit 4542beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/server/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func outputResult(p *print.Printer, outputFormat, projectLabel string, servers [
165165
return nil
166166
default:
167167
if len(servers) == 0 {
168-
p.Info("No servers found for project %q\n", projectLabel)
168+
p.Outputf("No servers found for project %q\n", projectLabel)
169169
return nil
170170
}
171171
table := tables.NewTable()

0 commit comments

Comments
 (0)