momentarily changes the fork branch

This commit is contained in:
Daniel Ortiz 2025-07-12 20:39:02 -04:00
parent c2748f9904
commit 5e333eba59

View file

@ -62,7 +62,7 @@ function fuSELFUPDATE () {
return
fi
### DEV
myRESULT=$(git diff --name-only origin/master | grep "^update.sh")
myRESULT=$(git diff --name-only origin/update | grep "^update.sh")
if [ "$myRESULT" == "update.sh" ];
then
echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE"