Skip to content

Commit 922dfdf

Browse files
committed
fixed message / dump version
1 parent 23046ee commit 922dfdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"bugs": {
1414
"url": "https://github.com/innoverio/vscode-dbt-power-user/issues"
1515
},
16-
"version": "0.4.0",
16+
"version": "0.4.1",
1717
"engines": {
1818
"vscode": "^1.52.0"
1919
},

src/dbt_client/dbtCommandFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class DBTCommandFactory {
4040
static createRunModelCommand(projectRoot: Uri, params: RunModelParams) {
4141
const { plusOperatorLeft, modelName, plusOperatorRight } = params;
4242
return {
43-
statusMessage: "Listing DBT models...",
43+
statusMessage: "Running DBT models...",
4444
processExecutionParams: {
4545
cwd: projectRoot.fsPath,
4646
args: [

0 commit comments

Comments
 (0)