Add what will happen if updates are found.

This commit is contained in:
2026-04-17 15:52:20 -07:00
parent 209af03777
commit 6887a1e131

View File

@@ -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 #