diff --git a/dotdrop/config.py b/dotdrop/config.py index 29a5c20..3009500 100644 --- a/dotdrop/config.py +++ b/dotdrop/config.py @@ -241,8 +241,7 @@ class Cfg: if profile not in self.prodots: return [] return sorted(self.prodots[profile], - key=lambda x: str(x.key), - reverse=True) + key=lambda x: str(x.key)) def get_profiles(self): """ returns all defined profiles """