From eb63e0321c2b8fc291d47a1c65a1f0908ee8f413 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 5 May 2026 15:24:34 -0700 Subject: [PATCH] Simplify verbiage and shorten the length. --- rc_shared.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc_shared.sh b/rc_shared.sh index f92fe0c..49ea242 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -546,8 +546,9 @@ eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')" ( if [[ -d "$project" ]]; then git -C "$project" fetch >/dev/null 2>&1 && git -C "$project" status | grep "is behind" \ | while read status; do - log "\n\n`date` - Updates to env-shared are available via 'update-shared'." + log "\n\n`date` - env-shared has been improved." log " '$status'" + log "\n\n`date` - Run 'update-shared' to update." done fi & )