Skip to content

Commit c8f64d2

Browse files
author
jmccormick2001
committed
tweak pgo show cluster output
1 parent d56e8e5 commit c8f64d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgo/cmd/cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ func showCluster(args []string) {
138138

139139
// printCluster
140140
func printCluster(detail *msgs.ShowClusterDetail) {
141+
fmt.Println("")
141142
fmt.Println("cluster : " + detail.Cluster.Spec.Name + " (" + detail.Cluster.Spec.CCPImageTag + ")")
142143

143144
for _, pod := range detail.Pods {

0 commit comments

Comments
 (0)