fix some path issues

This commit is contained in:
Hylke Bons 2010-04-29 12:06:33 +01:00
parent 4565aa2ba9
commit f0b70537df

View file

@ -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 + "/";