1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 22:04:23 +00:00

pre-action must succeed for dotfile to install (#111)

This commit is contained in:
deadc0de6
2019-03-28 07:40:42 +01:00
parent db57a01227
commit a75d49e56c
2 changed files with 10 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ def cmd_install(o):
if not o.install_temporary and \
Cfg.key_actions_post in dotfile.actions:
actions = dotfile.actions[Cfg.key_actions_post]
# execute action
# execute post action
for action in actions:
if o.dry:
LOG.dry('would execute action: {}'.format(action))