Skip to content

Commit

Permalink
fixed minor formatting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shirleycohen authored Nov 1, 2023
1 parent 24ffd43 commit c8e2eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/usage_tracking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ gcloud functions deploy entry_clicks \
--region=$BIGQUERY_REGION \
--source=entry_clicks \
--entry-point=event_handler \
--gen2 \
--gen2 \
--runtime=python311 \
--trigger-http \
--service-account=$SA \
Expand All @@ -90,7 +90,7 @@ gcloud functions deploy tag_creates \
--region=$BIGQUERY_REGION \
--source=tag_creates \
--entry-point=event_handler \
--gen2 \
--gen2 \
--runtime=python311 \
--trigger-http \
--service-account=$SA \
Expand Down

0 comments on commit c8e2eb2

Please sign in to comment.