Skip to content

Commit ee83d12

Browse files
committed
fixed typo
1 parent 8344918 commit ee83d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MtdrSpring/utils/oke-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ done
2323

2424
# Get OKE OCID
2525
while ! state_done OKE_OCID; do
26-
OKE_OCID=$(terraform -chdir="${MTDRWORKSHOP_LOCATION}"/terraform output -json | python "$MTDRWORKSHOP_LOCATION"/python-scripts/process-cluster-ocid.json.py)
26+
OKE_OCID=$(terraform -chdir="${MTDRWORKSHOP_LOCATION}"/terraform output -json | python "$MTDRWORKSHOP_LOCATION"/python-scripts/process-cluster-ocid-json.py)
2727
if [[ $OKE_OCID == Error* ]]; then
2828
echo "$OKE_OCID"
2929
exit

0 commit comments

Comments
 (0)