Skip to content

Commit

Permalink
change in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
praveshhibm committed Jul 29, 2021
1 parent d487ede commit 2780ec5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ID=$(echo $RESPONSE | jq -r --arg VOLUMEID "$VOLUME_ID" '.volume_attachments[] |
if [ "$ID" == "" ] || [ "$ID" == "null" ]; then
if ! RESPONSE=$(
curl -s -X POST -H "Authorization: $TOKEN" \
"https://$REGION.containers.cloud.ibm.com/v2/storage/vpc/createAttachment?cluster=$CLUSTER_ID&worker=$WORKER_ID&volumeID=$VOLUME_ID" -d ‘{}’
"https://$REGION.containers.cloud.ibm.com/v2/storage/vpc/createAttachment?cluster=$CLUSTER_ID&worker=$WORKER_ID&volumeID=$VOLUME_ID" -d '{}'
); then
echo "Error when trying to /createAttachment"
exit 1
Expand Down

0 comments on commit 2780ec5

Please sign in to comment.