From 7c1b3eaa916a94af6632a0d2e36ec4982eee336a Mon Sep 17 00:00:00 2001 From: Michael Simard Date: Thu, 22 Jan 2026 09:25:32 -0600 Subject: [PATCH] Fix branch name in deploy.sh (master, not main) Co-Authored-By: Claude Opus 4.5 --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 9fd787d..958496c 100755 --- a/deploy.sh +++ b/deploy.sh @@ -33,7 +33,7 @@ if [ ! -d ".git" ]; then else echo "Pulling latest changes..." git fetch origin - git reset --hard origin/main + git reset --hard origin/master fi # Fix permissions for /boot partition (FAT32)