diff --git a/check_for_update.sh b/check_for_update.sh index e08a653..020bbaf 100755 --- a/check_for_update.sh +++ b/check_for_update.sh @@ -26,7 +26,7 @@ function _upgrade_dotfiles() { echo "Could not upgrade amix's vimrc and plugins (missing .vim_runtime folder)" >&2 fi - antigen update + antibody update # update the zsh file _update_dotfiles_update }