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 7f37cf6 commit 03c7cd7Copy full SHA for 03c7cd7
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