From 444b181075d4c353d8983ac21d216ba6f9452e6c Mon Sep 17 00:00:00 2001 From: Daniel Ortiz Date: Sat, 12 Jul 2025 21:21:44 -0400 Subject: [PATCH] update, refactory to master --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 5ede62ea..904d148d 100755 --- a/update.sh +++ b/update.sh @@ -77,7 +77,7 @@ function fuSELFUPDATE () { else echo "###### $myBLUE""Pulling updates from repository.""$myWHITE" git reset --hard - git pull origin --force + git pull --force fi if [ -z "$myTPOT_TYPE" ]; then echo