Skip to content

Commit

Permalink
Merge pull request #661 from jbpratt/early-exit-json-describe-fix-2
Browse files Browse the repository at this point in the history
fix early exit in cluster creation(json+mode=auto)
  • Loading branch information
openshift-merge-robot authored Apr 1, 2022
2 parents 60df621 + db7ed69 commit 5a0eb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/describe/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func run(cmd *cobra.Command, argv []string) {
reporter.Errorf("%s", err)
os.Exit(1)
}
os.Exit(0)
return
}

creatorARN, err := arn.Parse(cluster.Properties()[properties.CreatorARN])
Expand Down

0 comments on commit 5a0eb08

Please sign in to comment.