1
0
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:
deadc0de6
2021-11-01 21:49:05 +01:00
parent 1ee9f334ff
commit 43ab41bb1f
3 changed files with 7 additions and 2 deletions

View File

@@ -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))