Skip to content

Commit 7b829f1

Browse files
author
DanLee
authored
add space (#1021)
1 parent 07c2fa3 commit 7b829f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/dataform-cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm i -g @dataform/cli
2020
To create a new `bigquery`, `postgres`, `redshift`, `snowflake`, or `sqldatawarehouse` project in the `new_project` directory, run the respective command:
2121

2222
```bash
23-
dataform init bigquery new_project --gcloud-project-id<your-google-cloud-project-id>
23+
dataform init bigquery new_project --gcloud-project-id <your-google-cloud-project-id>
2424
- or -
2525
dataform init postgres new_project
2626
- or -

0 commit comments

Comments
 (0)