From d80abc3070c90e06b73dc3b9a68c3ac1135936bd Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 19 Oct 2012 23:42:27 +0100 Subject: [PATCH] fetcher git: fix crypto salt lookup --- SparkleLib/Git/SparkleFetcherGit.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SparkleLib/Git/SparkleFetcherGit.cs b/SparkleLib/Git/SparkleFetcherGit.cs index 914ab654..58735308 100755 --- a/SparkleLib/Git/SparkleFetcherGit.cs +++ b/SparkleLib/Git/SparkleFetcherGit.cs @@ -40,6 +40,8 @@ namespace SparkleLib.Git { // Check if the repo's salt is stored in a branch... SparkleGit git = new SparkleGit (TargetFolder, "branch -a"); + git.StartAndWaitForExit (); + string [] branches = git.StartAndReadStandardOutput ().Split (Environment.NewLine.ToCharArray ()); // TODO double check env.newline ^