Skip to content

Commit

Permalink
MP1-5218: Typo in RunCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed May 1, 2024
1 parent e41c334 commit 7fa2eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/MediaPortal.DeployTool/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ public static void SetHigherNetFramework4TlsSecurity()

public static int RunCommand(string command, string arguments)
{
if (!string.IsNullOrEmpty(command))
if (string.IsNullOrEmpty(command))
{
return -1;
}
Expand Down

0 comments on commit 7fa2eab

Please sign in to comment.