File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ while ! state_done COMPARTMENT_OCID; do
108
108
if test $( state_get RUN_TYPE) -ne 3; then
109
109
echo " Resources will be created in a new compartment named $( state_get RUN_NAME) "
110
110
export OCI_CLI_PROFILE=$( state_get HOME_REGION)
111
- COMPARTMENT_OCID=` oci iam compartment create --compartment-id " $( state_get TENANCY_OCID) " --name " $( state_get RUN_NAME) " --description " GribDish Workshop" --query ' data.id' --raw-output`
111
+ COMPARTMENT_OCID=` oci iam compartment create --compartment-id " $( state_get TENANCY_OCID) " --name " $( state_get RUN_NAME) " --description " GrabDish Workshop" --query ' data.id' --raw-output`
112
112
export OCI_CLI_PROFILE=$( state_get REGION)
113
113
else
114
114
read -p " Please enter your OCI compartments's OCID: " COMPARTMENT_OCID
You can’t perform that action at this time.
0 commit comments