Skip to content

Commit 2e11870

Browse files
fix: regression
1 parent ec17eba commit 2e11870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/deploy/heroku.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const setConfigVar = async (configVar, dir, value) => {
6767
if (configVar === 'DB_URL') {
6868
const { uri } = await inquirer.prompt({
6969
type: 'password',
70-
name: 'value',
70+
name: 'uri',
7171
message: 'Please provide the path to a cloud based MongoDB URI',
7272
validate: validateInput,
7373
});

0 commit comments

Comments
 (0)