Skip to content

Commit

Permalink
Fixed govc variable name. (openshift#55976)
Browse files Browse the repository at this point in the history
  • Loading branch information
vr4manta authored and MiguelCarpio committed Sep 12, 2024
1 parent 39f17a8 commit 50463f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function collect_diagnostic_data {
VCENTER=$(jq -c -r '.vcenters['${v_idx}']' "$SHARED_DIR"/platform.json)
GOVC_URL=$(echo $VCENTER | jq -r '.server')
# shellcheck disable=SC2034
GOVC_USER=$(echo $VCENTER | jq -r '.user')
GOVC_USERNAME=$(echo $VCENTER | jq -r '.user')
# shellcheck disable=SC2034
GOVC_PASSWORD=$(echo $VCENTER | jq -r '.password')

Expand Down

0 comments on commit 50463f4

Please sign in to comment.