mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 00:45:38 +00:00
fix update on dotfiles for #328
This commit is contained in:
@@ -77,7 +77,7 @@ def _dotfile_update(opts, path, key=False):
|
||||
update a dotfile pointed by path
|
||||
if key is false or by key (in path)
|
||||
"""
|
||||
updater = Updater(opts.dotpath, opts.variables, opts.conf,
|
||||
updater = Updater(opts.dotpath, opts.variables, opts.conf, opts.profile,
|
||||
dry=opts.dry, safe=opts.safe, debug=opts.debug,
|
||||
ignore=opts.update_ignore,
|
||||
showpatch=opts.update_showpatch,
|
||||
|
||||
Reference in New Issue
Block a user