Skip to content

Commit

Permalink
VCI-784: Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro committed Mar 19, 2024
1 parent c2a0bb1 commit eb75c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VirtoCommerce.Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ protected static TelemetryClient TelemetryClient
nameof(SonarAuthToken),
nameof(DockerPassword)
};
private string GetSafeCmdArguments()
private static string GetSafeCmdArguments()
{
var safeArgs = EnvironmentInfo.CommandLineArguments.Join(" ");
foreach(var arg in EnvironmentInfo.CommandLineArguments.Where(a => TokenArguments.Contains(a.Replace("-", ""), StringComparer.InvariantCultureIgnoreCase)))
Expand Down

0 comments on commit eb75c63

Please sign in to comment.