Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit c9889f6a23 - Show all commits
+1 -1
View File
@@ -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 & )