revert to cloning to sparkle tmp path

This commit is contained in:
Hylke Bons 2010-06-13 16:07:51 +01:00
parent 1182681071
commit 1b405e4abf

View file

@ -144,7 +144,7 @@ namespace SparkleShare {
// Clone into the system's temporary folder
Process.StartInfo.FileName = "git";
Process.StartInfo.WorkingDirectory = SparklePaths.SparklePath;
Process.StartInfo.WorkingDirectory = SparklePaths.SparkleTmpPath;
Process.StartInfo.Arguments = String.Format ("clone {0} {1}",
RepoRemoteUrl,
RepoName);