From 07707135a9b2ae827b08f5e0d907e5e6c9f47886 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sun, 4 Sep 2022 16:58:20 -0600 Subject: [PATCH] more fitting message for container image --- functions/update_apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index 6a62f9aa..a0d286e1 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -113,7 +113,7 @@ fi [[ "$verbose" == "true" ]] && echo_array+=("Updating..") if update_app ;then if [[ $old_full_ver == "$new_full_ver" ]]; then - echo_array+=("Container Image Update") + echo_array+=("Updated Container Image") else echo_array+=("Updated\n$old_full_ver\n$new_full_ver") fi