We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6ca09 commit 2776f4eCopy full SHA for 2776f4e
source/advanced_components/application_insight/onegate_usage.rst
@@ -472,7 +472,7 @@ Sample Application Monitoring Script
472
# PUT command
473
################################################################################
474
475
- VMID=(source /mnt/context.sh; echo $VMID)
+ VMID=$(source /mnt/context.sh; echo $VMID)
476
477
curl -X "PUT" $ONEGATE_ENDPOINT/vm \
478
--header "X-ONEGATE-TOKEN: `cat $ONEGATE_TOKEN`" \
0 commit comments