1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 06:13:49 +00:00

Merge pull request #25 from domrim/master

[FIX] Changed execution order of dotfiles
This commit is contained in:
deadc0de
2018-03-09 14:16:31 +01:00
committed by GitHub

View File

@@ -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 """