1
0
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:
deadc0de6
2022-05-26 21:13:39 +02:00
committed by deadc0de
parent 93e33a4d9a
commit 8938cbd602
5 changed files with 36 additions and 9 deletions

View File

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