Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Commit 61df69a

Browse files
author
Frederic Lavigne
committed
typo
1 parent 0e171d1 commit 61df69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

020-create-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ibmcloud fn property set --namespace $NAMESPACE_INSTANCE_ID
1313
echo "Namespace Instance ID is $NAMESPACE_INSTANCE_ID"
1414

1515
COS_GUID=$(ibmcloud resource service-instance --output JSON $COS_SERVICE_NAME | jq -r .[0].guid)
16-
echo "COS GUI is $COS_GUID"
16+
echo "COS GUID is $COS_GUID"
1717

1818
EXISTING_POLICIES=$(ibmcloud iam authorization-policies --output JSON)
1919
if echo "$EXISTING_POLICIES" | \

0 commit comments

Comments
 (0)