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 #