1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 11:24:16 +00:00

fix relative cmpignore for #149

This commit is contained in:
deadc0de6
2019-06-09 13:44:18 +02:00
parent bbe6bc76fe
commit acc2c83e22
4 changed files with 64 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ class Updater:
ret = False
new_path = None
ignores = list(set(self.ignore + dotfile.upignore))
self.ignores = patch_ignores(ignores, dotfile.dst)
self.ignores = patch_ignores(ignores, dotfile.dst, debug=self.debug)
if self.debug:
self.log.dbg('ignore pattern(s): {}'.format(self.ignores))