From a3319bad0ee8953102ca754b071ae015384aef5c Mon Sep 17 00:00:00 2001 From: Brandon Sprague Date: Wed, 1 Nov 2023 16:04:18 -0700 Subject: [PATCH] Fix comment --- scripts/run_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_server.sh b/scripts/run_server.sh index de3e668..86df11c 100755 --- a/scripts/run_server.sh +++ b/scripts/run_server.sh @@ -82,7 +82,7 @@ do fi SUB_NAME="$2" - # Check if they already have + # Check if they already have an Event Grid subscription hooked up to their local env. set +e # Don't exit on error, this command might fail if the topic doesn't exist az eventgrid event-subscription show \ --name "local-webhook-${SUB_NAME}" \