Skip to content

Commit ad98440

Browse files
committed
Fix minor formatting issue with cluster describe
1 parent 0973f7b commit ad98440

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/cluster/describe.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ func PrintClusterDescription(connection *sdk.Connection, cluster *cmv1.Cluster)
196196
"API Listening: %s\n"+
197197
"Console URL: %s\n"+
198198
"Cluster History URL: %s\n"+
199-
"Control Plane:\n%s\n"+
200-
"Infra:\n%s\n"+
201-
"Compute:\n%s\n"+
199+
"Control Plane:\n %s\n"+
200+
"Infra:\n %s\n"+
201+
"Compute:\n %s\n"+
202202
"Product: %s\n"+
203203
"Subscription type: %s\n"+
204204
"Provider: %s\n"+

0 commit comments

Comments
 (0)