Skip to content

Commit 02d506a

Browse files
committed
fix(ui): make sudo prompt more clear
closes #797 - say "Sudo Password" instead of "Password" to be more clear
1 parent 7d17adb commit 02d506a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class UI {
210210
this.prompt({
211211
type: 'password',
212212
name: 'password',
213-
message: 'Password'
213+
message: 'Sudo Password'
214214
}).then((answers) => {
215215
cp.stdin.write(`${answers.password}\n`);
216216
});

0 commit comments

Comments
 (0)