Skip to content

Commit e9c671c

Browse files
author
Jeff McCormick
committed
tweak show cluster output in client
1 parent cc56c27 commit e9c671c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/cmd/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ func showCluster(args []string) {
7979
if ShowSecrets {
8080
PrintSecrets(cluster.Spec.Name)
8181
}
82+
fmt.Println("")
8283
}
8384
}
84-
fmt.Println("")
8585
}
8686
if !itemFound {
8787
fmt.Println(arg + " was not found")

0 commit comments

Comments
 (0)