Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jan 26, 2018
1 parent a7d0a9f commit f76464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/medic-conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ switch(args[0]) {

//> instance URL handling:
case '--instance':
const password = readline.question('🔑 Password: ', { hideEchoBack:true })
const password = readline.question('🔑 Password: ', { hideEchoBack:true });
instanceUrl = `https://admin:${password}@${args[1]}.medicmobile.org`;
shift(2);
break;
Expand Down

0 comments on commit f76464d

Please sign in to comment.