Skip to content

Commit fba9670

Browse files
author
Bill Prin
committed
Fix region tag
1 parent 05e5d21 commit fba9670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-gce/gce/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ gcloud compute http-health-checks create ah-health-check \
9898
# [START create_backend_service]
9999
gcloud compute backend-services create $SERVICE \
100100
--http-health-check ah-health-check
101-
# [END create_backend-service]
101+
# [END create_backend_service]
102102

103103
# [START add_backend_service]
104104
gcloud compute backend-services add-backend $SERVICE \

0 commit comments

Comments
 (0)