Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bcspragu committed Nov 1, 2023
1 parent 06ac748 commit a3319ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit a3319ba

Please sign in to comment.