diff --git a/src/commands/deploy/heroku.js b/src/commands/deploy/heroku.js index 5bafeabd8..366f6ae64 100644 --- a/src/commands/deploy/heroku.js +++ b/src/commands/deploy/heroku.js @@ -67,7 +67,7 @@ const setConfigVar = async (configVar, dir, value) => { if (configVar === 'DB_URL') { const { uri } = await inquirer.prompt({ type: 'password', - name: 'value', + name: 'uri', message: 'Please provide the path to a cloud based MongoDB URI', validate: validateInput, });