Fix minor typo

This commit is contained in:
Bryan Ashby 2019-01-13 19:10:54 -07:00
parent d5bd2d5adf
commit 6408e40604
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ function SSHClient(clientConn) {
config.users.newUserNames.map(newName => '"' + newName + '"').join(', ') :
'(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);
});