From bb6318c131fa619efbf942243d37a4b61f7aee97 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Tue, 13 Oct 2020 14:55:03 +0300 Subject: [PATCH] lib: helpers: Rename Upgrading -> Updating --- lib/helpers.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helpers.bash b/lib/helpers.bash index a0edabb5..b02af844 100644 --- a/lib/helpers.bash +++ b/lib/helpers.bash @@ -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"