From 9aa4983f6db59993951655b691027600fa357a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Mon, 17 Apr 2023 16:45:50 +0200 Subject: [PATCH] Code refactoring --- Common/PasswordGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/PasswordGenerator.cs b/Common/PasswordGenerator.cs index d6106c5..db5c5cf 100644 --- a/Common/PasswordGenerator.cs +++ b/Common/PasswordGenerator.cs @@ -39,7 +39,7 @@ public static class PasswordGenerator // if (System.Runtime.InteropServices.RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) // { - return pb.GetOutput("cmd.exe", $"echo {RandomStr(length, no_symbols)} | gpg --quiet --encrypt --recipient {recipient}"); + return pb.GetOutput("cmd.exe", $"echo {RandomStr(length, no_symbols)} | gpg --quiet --encrypt --recipient {recipient}"); // } // else // {