We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec17eba commit 2e11870Copy full SHA for 2e11870
src/commands/deploy/heroku.js
@@ -67,7 +67,7 @@ const setConfigVar = async (configVar, dir, value) => {
67
if (configVar === 'DB_URL') {
68
const { uri } = await inquirer.prompt({
69
type: 'password',
70
- name: 'value',
+ name: 'uri',
71
message: 'Please provide the path to a cloud based MongoDB URI',
72
validate: validateInput,
73
});
0 commit comments