diff --git a/website/docs/tutorial/2b-create-a-project-dbt-cli.md b/website/docs/tutorial/2b-create-a-project-dbt-cli.md index 1582eb70584..603d426c2cd 100644 --- a/website/docs/tutorial/2b-create-a-project-dbt-cli.md +++ b/website/docs/tutorial/2b-create-a-project-dbt-cli.md @@ -102,7 +102,7 @@ jaffle_shop: # this needs to match the profile: in your dbt_project.yml file 4. Execute the debug command from your project to confirm that you can successfully connect ```shell-session -$ dbt debug +$ dbt debug --project-dir= ``` Confirm that the last line of the output is `Connection test: OK connection ok`.