1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 19:39:15 +00:00
This commit is contained in:
deadc0de6
2020-10-01 15:55:17 +02:00
parent cac703377d
commit c04a1f2533

View File

@@ -171,6 +171,7 @@ def cmd_install(o):
# post-actions # post-actions
if o.debug: if o.debug:
LOG.dbg('force post action execution ...') LOG.dbg('force post action execution ...')
defactions = o.install_default_actions_post
postactions = dotfile.get_post_actions() postactions = dotfile.get_post_actions()
post_actions_exec = action_executor(o, postactions, defactions, post_actions_exec = action_executor(o, postactions, defactions,
t, post=True) t, post=True)