diff --git a/SparkleLib/SparkleRepo.cs b/SparkleLib/SparkleRepo.cs index 4beaba0d..6f67428d 100644 --- a/SparkleLib/SparkleRepo.cs +++ b/SparkleLib/SparkleRepo.cs @@ -690,7 +690,7 @@ namespace SparkleLib { // Gets the repository's description private string GetDescription () { - string description_file_path = SparkleHelpers.CombineMore (Directory, "description"); + string description_file_path = SparkleHelpers.CombineMore (LocalPath, ".git", "description"); if (!File.Exists (description_file_path)) return null;