Skip to content

Commit

Permalink
fix: regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Aug 23, 2020
1 parent ec17eba commit 2e11870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/deploy/heroku.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 2e11870

Please sign in to comment.