Skip to content

Commit

Permalink
Start of sprint housekeeping (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas committed Aug 26, 2024
1 parent db79ef9 commit b38dd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/kube-include.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [[ "$KUBE_CLIENT_VER" =~ v([0-9]+)\.([0-9]+)\.([0-9]+) ]]; then
KUBE_CLIENT_MAJOR=${BASH_REMATCH[1]}
KUBE_CLIENT_MINOR=${BASH_REMATCH[2]}
KUBE_CLIENT_PATCH=${BASH_REMATCH[3]}
log_debug "Kubernetes Client - Major: [$KUBE_CLIENT_MAJOR] Minor: [$KUBE_CLIENT_MINOR] Patch: [$KUBE_CLIENT_PATCH]"
log_debug "Kubernetes CLIENT - Major: [$KUBE_CLIENT_MAJOR] Minor: [$KUBE_CLIENT_MINOR] Patch: [$KUBE_CLIENT_PATCH]"
else
log_error "Kubernetes Client Version does not match expected pattern.";
fi;
Expand Down

0 comments on commit b38dd8a

Please sign in to comment.