1
0
Fork 0

the update function is omz-update, not update-omz

pull/7/merge^2
Jonathan Dahan 13 years ago
parent 6ff444cc42
commit 77a6e0d958

@ -98,7 +98,7 @@ if zstyle -t ':omz:updater:auto' update; then
# Check for update every 7 days. # Check for update every 7 days.
if [ "$omz_update"(Nm+7) ]; then if [ "$omz_update"(Nm+7) ]; then
update-omz && touch "$omz_update" omz-update && touch "$omz_update"
fi fi
fi fi
unset omz_update unset omz_update

Loading…
Cancel
Save