1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 06:13:49 +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
if o.debug:
LOG.dbg('force post action execution ...')
defactions = o.install_default_actions_post
postactions = dotfile.get_post_actions()
post_actions_exec = action_executor(o, postactions, defactions,
t, post=True)