1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:09:44 +00:00

Merge pull request #134 from laggardkernel/hotfix-incomplete-comparison

hotfix for incomplete comparison
This commit is contained in:
deadc0de
2019-05-07 09:59:23 +02:00
committed by GitHub

View File

@@ -200,7 +200,7 @@ def cmd_compare(o, tmp):
line = '=> compare {}: diffing with \"{}\"'
LOG.dbg(line.format(dotfile.key, dotfile.dst))
LOG.dbg('points to itself')
return True
continue
# install dotfile to temporary dir
ret, insttmp = inst.install_to_temp(t, tmp, src, dotfile.dst)