fix auto_update expansion logic

This commit is contained in:
Jonathan Dahan 2012-02-01 01:18:03 -05:00
parent 77a6e0d958
commit 164189a5e5

View file

@ -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}" \