lib: helpers: Rename Upgrading -> Updating

This commit is contained in:
Noah Gorny
2020-10-13 14:55:03 +03:00
parent 0a9b43e86d
commit 6bed26eccb

View File

@@ -248,7 +248,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"