fix auto_update expansion logic
This commit is contained in:
parent
77a6e0d958
commit
164189a5e5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if ! git \
|
|||
--git-dir="${OMZ}/.git" \
|
||||
--work-tree="$OMZ" \
|
||||
pull \
|
||||
"${auto_commit:---no-commit}" \
|
||||
$(is-true auto_commit || echo --no-commit) \
|
||||
--strategy=recursive \
|
||||
-X ours \
|
||||
"${remote_name:-origin}" \
|
||||
|
|
Loading…
Add table
Reference in a new issue