diff --git a/start_vscode_dbt.ps1 b/start_vscode_dbt.ps1 index 06e7dec..d85947c 100644 --- a/start_vscode_dbt.ps1 +++ b/start_vscode_dbt.ps1 @@ -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" @@ -114,4 +114,4 @@ if ($git_repo_detected) { code . } else { code .. -} \ No newline at end of file +}