Skip to content

Commit b091c1a

Browse files
committed
fix typo
1 parent b86ef34 commit b091c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export IAM_DESC="" ## e.g. terraform service account
2525
## Create Google Cloud Project & Billing
2626
```shell
2727
gcloud projects create ${GOOGLE_CLOUD_PROJECT} \
28-
--name="${PROJECT_NAME}"
28+
--name="${PROJECT_NAME}" \
2929
--organization="${ORG_ID}" \
3030
--set-as-default
3131

0 commit comments

Comments
 (0)