diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index d27a437..26b4707 100644 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -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)