Skip to content

Commit

Permalink
CKAN Updater is no longer confused about spaces.
Browse files Browse the repository at this point in the history
Fixes 1227
  • Loading branch information
Postremus committed Jul 2, 2015
1 parent 031a52c commit 8b882ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoUpdate/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static void Main(string[] args)
//Start CKAN
if (IsOnMono())
{
Process.Start("mono", local_path);
Process.Start("mono", String.Format("\"{0}\"", local_path));
}
else
{
Expand Down

0 comments on commit 8b882ce

Please sign in to comment.