Skip to content

Commit 47e9bcb

Browse files
xorelTino Vazquez
authored andcommitted
Fix minor typo (OpenNebula#399)
(cherry picked from commit 2776f4e)
1 parent 85060a9 commit 47e9bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/advanced_components/application_insight/onegate_usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Sample Application Monitoring Script
472472
# PUT command
473473
################################################################################
474474
 
475-
VMID=(source /mnt/context.sh; echo $VMID)
475+
VMID=$(source /mnt/context.sh; echo $VMID)
476476
477477
curl -X "PUT" $ONEGATE_ENDPOINT/vm \
478478
--header "X-ONEGATE-TOKEN: `cat $ONEGATE_TOKEN`" \

0 commit comments

Comments
 (0)