Fix build. Closes #876

This commit is contained in:
Hylke Bons 2012-07-25 13:28:50 +02:00
parent 34edbbb99e
commit 6ced798b3f

View file

@ -43,7 +43,7 @@ namespace SparkleLib.Git {
string rebase_apply_path = SparkleHelpers.CombineMore (LocalPath, ".git", "rebase-apply");
if (Directory.Exists (rebase_apply_path)) {
SparkleGit git = new SparkleGit (LocalPath, "rebase --abort");
git = new SparkleGit (LocalPath, "rebase --abort");
git.Start ();
git.WaitForExit ();
}