From 1b405e4abf6576bd3992530587c63d6689bb122f Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 13 Jun 2010 16:07:51 +0100 Subject: [PATCH] revert to cloning to sparkle tmp path --- SparkleShare/SparkleDialog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleDialog.cs b/SparkleShare/SparkleDialog.cs index d37d5b9a..99c31f9d 100644 --- a/SparkleShare/SparkleDialog.cs +++ b/SparkleShare/SparkleDialog.cs @@ -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);