fix build

This commit is contained in:
Hylke Bons 2012-12-18 18:05:06 +01:00
parent 6daf9fd31c
commit 93125e9e23

View file

@ -105,7 +105,7 @@ namespace SparkleLib.Git {
git = new SparkleGit (LocalPath, "config git-bin.sshUrl \"" + RemoteUrl + "\"");
git.StartAndWaitForExit ();
git = new SparkleGit (LocalPath, "config git-bin.sshPrivateKeyFile \"" + config.User.PrivateKeyFilePath + "\"");
git = new SparkleGit (LocalPath, "config git-bin.sshPrivateKeyFile \"" + base.local_config.User.PrivateKeyFilePath + "\"");
git.StartAndWaitForExit ();
}