mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 09:03:00 +00:00
add config option workdir_compare
This commit is contained in:
@@ -463,7 +463,7 @@ def cmd_compare(opts, tmp):
|
||||
same = False
|
||||
cnt += 1
|
||||
|
||||
if _workdir_enum(opts) > 0:
|
||||
if opts.compare_workdir and _workdir_enum(opts) > 0:
|
||||
same = False
|
||||
|
||||
LOG.log('\n{} dotfile(s) compared.'.format(cnt))
|
||||
|
||||
Reference in New Issue
Block a user