Defer the functions which have not been defined yet at this point.

This commit is contained in:
2026-05-27 09:40:03 -07:00
parent 18b4ef7a8a
commit 40d6450428
+3 -1
View File
@@ -257,7 +257,7 @@ function pull {
function push {
if [[ -d .git ]]; then
git push && load-stage && load-prod
git push && eval load-stage && eval load-prod
else
send-master
fi
@@ -691,3 +691,5 @@ eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')"
[[ $(whoami) != "root" ]] &&
echo "`date` - Shared RC Config - Complete!"
export _LOADED_SHARED_RC=true