@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.
@@ -132,7 +132,7 @@ exports["default"] = (function (vorpal) { return __awaiter(void 0, void 0, void
132
132
  targetProxy = _g.sent();
133
133
  targetUsername = targetEnvVars.DB_USER;
134
134
  targetPassword = targetEnvVars.DB_PASSWORD;
135
- targetDbName = sourceEnvVars.DB_NAME;
135
+ targetDbName = targetEnvVars.DB_NAME;
136
136
  _g.label = 13;
137
137
  case 13: return [4 /*yield*/, this.prompt({
138
138
  type: "confirm",