1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00

hotfix for incomplete comparison

This commit is contained in:
laggardkernel
2019-05-07 14:40:32 +08:00
parent 323e317104
commit 2cd6b27616

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)