Skip to content

Commit

Permalink
fix(ui): make sudo prompt more clear
Browse files Browse the repository at this point in the history
closes #797
- say "Sudo Password" instead of "Password" to be more clear
  • Loading branch information
acburdine committed Aug 28, 2018
1 parent 7d17adb commit 02d506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class UI {
this.prompt({
type: 'password',
name: 'password',
message: 'Password'
message: 'Sudo Password'
}).then((answers) => {
cp.stdin.write(`${answers.password}\n`);
});
Expand Down

0 comments on commit 02d506a

Please sign in to comment.