diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index f44896f3..6db7f325 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -981,8 +981,7 @@ namespace SparkleShare { string canonical_name = Path.GetFileNameWithoutExtension (name); string tmp_folder = Path.Combine (SparklePaths.SparkleTmpPath, canonical_name); - // TODO: backend detection - SparkleFetcherBase fetcher = new SparkleFetcherHg (url, tmp_folder); + SparkleFetcherBase fetcher = new SparkleFetcherGit (url, tmp_folder); bool folder_exists = Directory.Exists (Path.Combine (SparklePaths.SparklePath, canonical_name)); // Add a numbered suffix to the nameif a folder with the same name