Skip to content

Commit 68fee52

Browse files
author
Harri Klingsten
committed
Minor adjustment.
1 parent e011282 commit 68fee52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SecTools/Core/PainKiller.PowerCommands.Core/Services/DialogService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static string SecretPromptDialog(string question, int maxRetries = 3)
2626
var secret = "";
2727
while (retryCount < maxRetries)
2828
{
29-
WriteHeader($"\n{question} :");
29+
WriteHeader($"\n{question} ");
3030
secret = PasswordPromptService.Service.ReadPassword();
3131
Console.WriteLine();
3232
Console.Write("Confirm: ".PadLeft(question.Length + 1));

0 commit comments

Comments
 (0)