From f0b70537df456280aab3534a1fdee10e5cbb3634 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 29 Apr 2010 12:06:33 +0100 Subject: [PATCH] fix some path issues --- src/SparklePony.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SparklePony.cs b/src/SparklePony.cs index 1e8f8e78..be41f2e0 100644 --- a/src/SparklePony.cs +++ b/src/SparklePony.cs @@ -207,7 +207,7 @@ public class Repository { Process.StartInfo.RedirectStandardOutput = true; Process.StartInfo.UseShellExecute = false; - // Get the repository's path, example: "/home/user/Collaboration/repo" + // Get the repository's path, example: "/home/user/Collaboration/repo/" RepoPath = Path; Process.StartInfo.WorkingDirectory = RepoPath + "/";