From d9124c2d6374e17232d1ad4c6122927ac15e54e2 Mon Sep 17 00:00:00 2001 From: bretello Date: Wed, 11 Mar 2020 19:02:13 +0100 Subject: [PATCH] fix update script for antibody --- check_for_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }