lib: helpers: Rename Upgrading -> Updating

pull/1626/head
Noah Gorny 2020-10-13 14:55:03 +03:00
parent 0a9b43e86d
commit 6bed26eccb
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ _bash-it_update-() {
_bash-it_pull_and_update_inner $TARGET $version _bash-it_pull_and_update_inner $TARGET $version
;; ;;
[nN]) [nN])
echo "Not upgrading…" echo "Not updating…"
;; ;;
*) *)
echo -e "\033[91mPlease choose y or n.\033[m" echo -e "\033[91mPlease choose y or n.\033[m"