Skip to content

Commit

Permalink
Update start_vscode_dbt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhoh authored Dec 21, 2023
1 parent 12d8ce3 commit 022bbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start_vscode_dbt.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Path to wher you would like to place the python virtual env
$dbtEnv_path = "C:\datavarehus\.dbtenv"
$dbtEnv_path = "C:\dbt\.dbtenv"



Expand Down Expand Up @@ -114,4 +114,4 @@ if ($git_repo_detected) {
code .
} else {
code ..
}
}

0 comments on commit 022bbc3

Please sign in to comment.