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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user