From 6887a1e1315bf105b65cbdbe2f7e1b3cdfb3508b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 17 Apr 2026 15:52:20 -0700 Subject: [PATCH] Add what will happen if updates are found. --- rc_shared.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc_shared.sh b/rc_shared.sh index 1b50de1..de9ab82 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -112,7 +112,8 @@ function update-shared2 { fi } if [[ -d $project ]]; then - git -C $project status | grep TBD + git -C $project status | grep TBD && + echo "`date` - Updates to env-shared are available." fi & # Shortcuts #