Skip to content

Commit

Permalink
Fix minor formatting issue with cluster describe
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Jan 6, 2024
1 parent 0973f7b commit ad98440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/cluster/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ func PrintClusterDescription(connection *sdk.Connection, cluster *cmv1.Cluster)
"API Listening: %s\n"+
"Console URL: %s\n"+
"Cluster History URL: %s\n"+
"Control Plane:\n%s\n"+
"Infra:\n%s\n"+
"Compute:\n%s\n"+
"Control Plane:\n %s\n"+
"Infra:\n %s\n"+
"Compute:\n %s\n"+
"Product: %s\n"+
"Subscription type: %s\n"+
"Provider: %s\n"+
Expand Down

0 comments on commit ad98440

Please sign in to comment.