Skip to content

Commit 5eda484

Browse files
committed
Updated oke-setup for python script location
1 parent ee83d12 commit 5eda484

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"/utils/python-scripts/process-cluster-ocid-json.py)
2727
if [[ $OKE_OCID == Error* ]]; then
2828
echo "$OKE_OCID"
2929
exit

0 commit comments

Comments
 (0)