mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 22:04:44 +00:00
fix naked actions parsed as pre action instead of post
This commit is contained in:
@@ -287,7 +287,7 @@ class CfgYaml:
|
||||
for key, action in v.items():
|
||||
new[key] = (k, action)
|
||||
else:
|
||||
new[k] = (self.action_pre, v)
|
||||
new[k] = (self.action_post, v)
|
||||
return new
|
||||
|
||||
def _norm_dotfiles(self, dotfiles):
|
||||
|
||||
Reference in New Issue
Block a user