momentarily changes the fork branch

This commit is contained in:
Daniel Ortiz 2025-07-12 20:37:00 -04:00
parent d94207e56e
commit c2748f9904

View file

@ -78,7 +78,7 @@ function fuSELFUPDATE () {
else else
echo "###### $myBLUE""Pulling updates from repository.""$myWHITE" echo "###### $myBLUE""Pulling updates from repository.""$myWHITE"
git reset --hard git reset --hard
git pull --force git pull origin update --force
fi fi
if [! -z "$myTPOT_TYPE" ]; then if [! -z "$myTPOT_TYPE" ]; then
echo "### Setting T-Pot type to: $myTPOT_TYPE" echo "### Setting T-Pot type to: $myTPOT_TYPE"