mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 12:13:32 +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:
|
if profile not in self.prodots:
|
||||||
return []
|
return []
|
||||||
return sorted(self.prodots[profile],
|
return sorted(self.prodots[profile],
|
||||||
key=lambda x: str(x.key),
|
key=lambda x: str(x.key))
|
||||||
reverse=True)
|
|
||||||
|
|
||||||
def get_profiles(self):
|
def get_profiles(self):
|
||||||
""" returns all defined profiles """
|
""" returns all defined profiles """
|
||||||
|
|||||||
Reference in New Issue
Block a user