1
0
Fork 0

fix auto_update expansion logic

pull/7/merge^2
Jonathan Dahan 13 years ago
parent 77a6e0d958
commit 164189a5e5

@ -14,7 +14,7 @@ if ! git \
--git-dir="${OMZ}/.git" \ --git-dir="${OMZ}/.git" \
--work-tree="$OMZ" \ --work-tree="$OMZ" \
pull \ pull \
"${auto_commit:---no-commit}" \ $(is-true auto_commit || echo --no-commit) \
--strategy=recursive \ --strategy=recursive \
-X ours \ -X ours \
"${remote_name:-origin}" \ "${remote_name:-origin}" \

Loading…
Cancel
Save