@catladder/cli 1.128.0 → 1.129.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -52,7 +52,7 @@
52
52
  }
53
53
  ],
54
54
  "license": "MIT",
55
- "version": "1.128.0",
55
+ "version": "1.129.0",
56
56
  "scripts": {
57
57
  "lint": "eslint \"src/**/*.ts\"",
58
58
  "lint:fix": "eslint \"src/**/*.ts\" --fix",
@@ -73,7 +73,7 @@
73
73
  "node": ">=12.0.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@catladder/pipeline": "1.128.0",
76
+ "@catladder/pipeline": "1.129.0",
77
77
  "@kubernetes/client-node": "^0.16.2",
78
78
  "@tsconfig/node14": "^1.0.1",
79
79
  "@types/common-tags": "^1.8.0",
@@ -124,7 +124,7 @@ export default async (vorpal: Vorpal) =>
124
124
 
125
125
  targetUsername = targetEnvVars.DB_USER;
126
126
  targetPassword = targetEnvVars.DB_PASSWORD;
127
- targetDbName = sourceEnvVars.DB_NAME;
127
+ targetDbName = targetEnvVars.DB_NAME;
128
128
  }
129
129
 
130
130
  const { shouldContinue } = await this.prompt({