1
0
Fork 0
mirror of synced 2024-06-17 06:21:10 -04:00
dotbot/dotbot/plugins
Anish Athalye 81f0d74955 Fix clean not respecting defaults
Previously, clean read the defaults once, and then it updated the
setting for each entry it read. This resulted in the defaults being
clobbered and then not being respected for subsequent entries. This
patch fixes the issue by re-reading the defaults before processing each
item.

The other plugins (link, shell) do not have this problem.
2019-12-31 14:47:32 -05:00
..
__init__.py Add 'create' directive to create directories 2019-10-12 11:55:09 -04:00
clean.py Fix clean not respecting defaults 2019-12-31 14:47:32 -05:00
create.py Add 'create' directive to create directories 2019-10-12 11:55:09 -04:00
link.py Add ignore-missing option to link 2019-12-31 14:25:53 -05:00
shell.py Merge branch 'thtliife/suppress-shell-cmd' 2018-11-21 19:50:46 -05:00