diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index 7169faf..64593a7 100755 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -116,7 +116,7 @@ def compare(opts, conf, tmp, focus=None): LOG.log('diffing \"%s\" VS \"%s\"' % (dotfile.key, dotfile.dst)) LOG.emph(diff) - return len(dotfiles) > 0 + return len(selected) > 0 def importer(opts, conf, paths):