Remove the 2 since the updater functions have been merged.

This commit is contained in:
2026-05-05 09:45:48 -07:00
parent 20b130e931
commit c9889f6a23

View File

@@ -546,7 +546,7 @@ eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')"
( if [[ -d "$project" ]]; then ( if [[ -d "$project" ]]; then
git -C "$project" fetch >/dev/null 2>&1 && git -C "$project" status | grep "is behind" \ git -C "$project" fetch >/dev/null 2>&1 && git -C "$project" status | grep "is behind" \
| while read status; do | 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'" log " '$status'"
done done
fi & ) fi & )