From c04a1f25331f51ff7b149698923694f4d0d7bf67 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 1 Oct 2020 15:55:17 +0200 Subject: [PATCH] fix #261 --- dotdrop/dotdrop.py | 1 + 1 file changed, 1 insertion(+) 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)