Skip to content

Commit

Permalink
Give a reasonable description in case of a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Sep 11, 2023
1 parent 0b5de73 commit d477665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gento
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ read_info() {
KUBE="Kubernetes $(oc version | grep Kubernetes | awk '{print $3}')"
OC_CLIENT="oc client $(oc version | grep Client | awk '{print $3}')"
RHCOS="RHCOS $(oc adm release info \
--output 'jsonpath={.displayVersions.machine-os.Version}' || :)"
--output 'jsonpath={.displayVersions.machine-os.Version}' || printf err)"
SHELLBASE="shellbase $BASE_VERSION"
readonly \
CNFA \
Expand Down

0 comments on commit d477665

Please sign in to comment.