fix regex

This commit is contained in:
Hylke Bons 2010-05-13 23:45:04 +01:00
parent 2ad238c1ff
commit f25b2e1866

View file

@ -131,9 +131,8 @@ namespace SparkleShare {
Process.StartInfo.Arguments =
"clone " + SparkleHelpers.CombineMore (RepoRemoteUrl, RepoName);
Console.WriteLine (Process.StartInfo.Arguments);
// Process.Start ();
Process.Start ();
Process.Exited += delegate {
Directory.Move (
SparkleHelpers.CombineMore (SparklePaths.SparkleTmpPath,