diff --git a/dotdrop/updater.py b/dotdrop/updater.py index 98fd3b8..a3f1923 100644 --- a/dotdrop/updater.py +++ b/dotdrop/updater.py @@ -108,7 +108,7 @@ class Updater: if self.debug: self.log.dbg('handle update for dir {} to {}'.format(left, right)) # find the difference - diff = filecmp.dircmp(left, right, ignore=None, hide=None) + diff = filecmp.dircmp(left, right, ignore=None) # handle directories diff # create dirs that don't exist in dotdrop if self.debug: