From c2748f9904b2494f64c1921bf7cc45b52062878e Mon Sep 17 00:00:00 2001 From: Daniel Ortiz Date: Sat, 12 Jul 2025 20:37:00 -0400 Subject: [PATCH] momentarily changes the fork branch --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 9e4069fa..328cf65a 100755 --- a/update.sh +++ b/update.sh @@ -78,7 +78,7 @@ function fuSELFUPDATE () { else echo "###### $myBLUE""Pulling updates from repository.""$myWHITE" git reset --hard - git pull --force + git pull origin update --force fi if [! -z "$myTPOT_TYPE" ]; then echo "### Setting T-Pot type to: $myTPOT_TYPE"