Skip to content

Commit bb944b7

Browse files
author
Paulo Alberto Simoes
authored
fix compartment description - from GribDish Workshop to GrabDish Workshop (#104)
1 parent ae4bf1a commit bb944b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grabdish/utils/main-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ while ! state_done COMPARTMENT_OCID; do
108108
if test $(state_get RUN_TYPE) -ne 3; then
109109
echo "Resources will be created in a new compartment named $(state_get RUN_NAME)"
110110
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`
112112
export OCI_CLI_PROFILE=$(state_get REGION)
113113
else
114114
read -p "Please enter your OCI compartments's OCID: " COMPARTMENT_OCID

0 commit comments

Comments
 (0)