mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 08:54:16 +00:00
fix chmod compare bug
This commit is contained in:
@@ -158,7 +158,7 @@ def _dotfile_compare(opts, dotfile, tmp):
|
||||
|
||||
# compare
|
||||
# need to be executed before cleaning
|
||||
diff = comp.compare(src, dotfile.dst, ignore=ignores)
|
||||
diff = comp.compare(src, dotfile.dst, ignore=ignores, mode=dotfile.chmod)
|
||||
|
||||
# clean tmp transformed dotfile if any
|
||||
if tmpsrc:
|
||||
|
||||
Reference in New Issue
Block a user