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 62c02160172..76b165c0f54 100644 --- a/website/docs/tutorial/2b-create-a-project-dbt-cli.md +++ b/website/docs/tutorial/2b-create-a-project-dbt-cli.md @@ -137,7 +137,7 @@ We need to commit our changes so that our repository has up-to-date code. $ git init $ git commit -m "Create a dbt project" $ git remote add origin https://github.com/USERNAME/dbt-tutorial.git -$ git push -u origin master +$ git push -u origin main ``` :::info