Skip to content

Commit dab801a

Browse files
committed
OCM-13951 | fix: Change error output for failed inflight check
1 parent 7ef37da commit dab801a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/describe/cluster/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ func run(cmd *cobra.Command, argv []string) {
636636
if len(summaries) > 0 {
637637
str += fmt.Sprintf("Failed Inflight Checks:\n%s\n", strings.Join(summaries, "\n"))
638638
str += fmt.Sprintf("\tPlease run `rosa verify network -c %s` after adjusting"+
639-
" the cluster's network configuration to remove the warning", cluster.ID())
639+
" the cluster's network configuration to remove the warning", cluster.Name())
640640
}
641641
}
642642

0 commit comments

Comments
 (0)