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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user