lib: helpers: Rename Upgrading -> Updating

pull/1578/head
Noah Gorny 2020-10-13 14:55:03 +03:00 committed by phreakocious
parent 0524b7ab5a
commit bb6318c131
1 changed files with 1 additions and 1 deletions

View File

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