Skip to content

Commit 986a747

Browse files
author
gibsondan
authored
[easy] Remove extra spaces in dg deploy docs (#33143)
## Summary & Motivation ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section.
1 parent 7872667 commit 986a747

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/deployment/dagster-plus/deploying-code/adding-project-to-dagster-plus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Next, authenticate the `dagster-cloud` Python client:
6565
5. Set the following environment variables:
6666

6767
```bash
68-
export DAGSTER_CLOUD_ORGANIZATION="organization-name" # if your URL is https://acme.dagster.plus your organization name is "acme"
69-
export DAGSTER_CLOUD_API_TOKEN="your-token"
68+
export DAGSTER_CLOUD_ORGANIZATION="organization-name" # if your URL is https://acme.dagster.plus your organization name is "acme"
69+
export DAGSTER_CLOUD_API_TOKEN="your-token"
7070
```
7171

7272
### Step 3: Add your Dagster project

0 commit comments

Comments
 (0)