Fix minor typo
This commit is contained in:
parent
d5bd2d5adf
commit
6408e40604
|
@ -167,7 +167,7 @@ function SSHClient(clientConn) {
|
||||||
config.users.newUserNames.map(newName => '"' + newName + '"').join(', ') :
|
config.users.newUserNames.map(newName => '"' + newName + '"').join(', ') :
|
||||||
'(No new user names enabled!)';
|
'(No new user names enabled!)';
|
||||||
|
|
||||||
interactivePrompt.prompt = `Access denied\n${stringFormat(artInfo.data, { newUserNames : newUserNameList })}\n${ctx.username}'s password'`;
|
interactivePrompt.prompt = `Access denied\n${stringFormat(artInfo.data, { newUserNames : newUserNameList })}\n${ctx.username}'s password:`;
|
||||||
}
|
}
|
||||||
return ctx.prompt(interactivePrompt, retryPrompt);
|
return ctx.prompt(interactivePrompt, retryPrompt);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue