From c9889f6a23954c5e5072235250bbb9d639e268bd Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 5 May 2026 09:45:48 -0700 Subject: [PATCH] Remove the 2 since the updater functions have been merged. --- rc_shared.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc_shared.sh b/rc_shared.sh index 77d8407..f92fe0c 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -546,7 +546,7 @@ 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-shared2'." + log "\n\n`date` - Updates to env-shared are available via 'update-shared'." log " '$status'" done fi & )