diff --git a/dotdrop/installer.py b/dotdrop/installer.py index 32448f8..58a9ea9 100644 --- a/dotdrop/installer.py +++ b/dotdrop/installer.py @@ -81,7 +81,7 @@ class Installer: self.log.sub('ignoring \"%s\", same content' % (dst)) return [] if ret == 0: - if not self.quiet and not self.dry and not self.comparing: + if not self.dry and not self.comparing: self.log.sub('copied %s to %s' % (src, dst)) return [(src, dst)] return []