Skip to content

Commit

Permalink
fix tabs (again...)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeldore committed Apr 24, 2017
1 parent a2ef25e commit 1a26a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LessMsi.Cli/OpenGuiCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void ShowGui(List<string> args)
p.StartInfo.FileName = guiExe;

//should we wait for exit?
if (args.Count > 0)
if (args.Count > 0)
{
// We add double quotes to support paths with spaces, for ex: "E:\Downloads and Sofware\potato.msi".
p.StartInfo.Arguments = string.Format("\"{0}\"", args[1]);
Expand Down

0 comments on commit 1a26a55

Please sign in to comment.