Skip to content

Commit

Permalink
[du][dbt] going for parity with directory name (dagster-io#21673)
Browse files Browse the repository at this point in the history
## Summary & Motivation

When users make the project, they name the directory `project-dagster-university`, but then we tell them to `cd` into a `dagster-and-dbt` directory which doesn't exist.

Changing the command to make the `dagster-and-dbt` directory instead.

## How I Tested These Changes
  • Loading branch information
tacastillo authored and danielgafni committed Jun 18, 2024
1 parent 0b7db58 commit 9c51b87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Even if you’ve already completed the Dagster Essentials course, you should sti
Run the following to clone the project:

```bash
dagster project from-example --name project-dagster-university --example project_du_dbt_starter
dagster project from-example --name dagster-and-dbt --example project_du_dbt_starter
```

0 comments on commit 9c51b87

Please sign in to comment.