fetcher git: fix crypto salt lookup

This commit is contained in:
Hylke Bons 2012-10-19 23:42:27 +01:00
parent 00cfe9aa8f
commit d80abc3070

View file

@ -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 ^