mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 21:15:38 +00:00
respect create: false in install --temp for #326
This commit is contained in:
@@ -145,7 +145,8 @@ def _dotfile_compare(opts, dotfile, tmp):
|
||||
# install dotfile to temporary dir for compare
|
||||
ret, err, insttmp = inst.install_to_temp(templ, tmp, src, dotfile.dst,
|
||||
is_template=True,
|
||||
chmod=dotfile.chmod)
|
||||
chmod=dotfile.chmod,
|
||||
set_create=True)
|
||||
if not ret:
|
||||
# failed to install to tmp
|
||||
line = '=> compare {} error: {}'
|
||||
|
||||
Reference in New Issue
Block a user