From 21bc58679778da2e8243f9cc89e93bcd10ff4ea5 Mon Sep 17 00:00:00 2001
From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
Date: Tue, 25 Apr 2023 07:04:47 -0600
Subject: [PATCH] `--project-dir` flag name (#3256)
[Preview >
v1.4](https://deploy-preview-3256--docs-getdbt-com.netlify.app/reference/dbt_project.yml?version=1.4)
## What are you changing in this pull request and why?
Thank you to @aBBDnGus for noticing and mentioning within
https://github.com/dbt-labs/dbt-core/issues/7445 that this should be
`--project-dir` instead of `--profiles-dir`:
## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
and [About
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
so my content adheres to these guidelines.
---
website/docs/reference/dbt_project.yml.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/reference/dbt_project.yml.md b/website/docs/reference/dbt_project.yml.md
index a37392cad8a..0c12c4ec727 100644
--- a/website/docs/reference/dbt_project.yml.md
+++ b/website/docs/reference/dbt_project.yml.md
@@ -8,7 +8,7 @@ Every [dbt project](projects) needs a `dbt_project.yml` file — this is how dbt
-By default, dbt will look for `dbt_project.yml` in your current working directory and its parents, but you can set a different directory using the `--profiles-dir` flag.
+By default, dbt will look for `dbt_project.yml` in your current working directory and its parents, but you can set a different directory using the `--project-dir` flag.