mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 03:49:16 +00:00
Merge pull request #134 from laggardkernel/hotfix-incomplete-comparison
hotfix for incomplete comparison
This commit is contained in:
@@ -200,7 +200,7 @@ def cmd_compare(o, tmp):
|
|||||||
line = '=> compare {}: diffing with \"{}\"'
|
line = '=> compare {}: diffing with \"{}\"'
|
||||||
LOG.dbg(line.format(dotfile.key, dotfile.dst))
|
LOG.dbg(line.format(dotfile.key, dotfile.dst))
|
||||||
LOG.dbg('points to itself')
|
LOG.dbg('points to itself')
|
||||||
return True
|
continue
|
||||||
|
|
||||||
# install dotfile to temporary dir
|
# install dotfile to temporary dir
|
||||||
ret, insttmp = inst.install_to_temp(t, tmp, src, dotfile.dst)
|
ret, insttmp = inst.install_to_temp(t, tmp, src, dotfile.dst)
|
||||||
|
|||||||
Reference in New Issue
Block a user