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:
@@ -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 """
|
||||
|
||||
Reference in New Issue
Block a user