Fix branch name in deploy.sh (master, not main)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Michael Simard
2026-01-22 09:25:32 -06:00
parent 57ad4b0f33
commit 7c1b3eaa91

View File

@@ -33,7 +33,7 @@ if [ ! -d ".git" ]; then
else else
echo "Pulling latest changes..." echo "Pulling latest changes..."
git fetch origin git fetch origin
git reset --hard origin/main git reset --hard origin/master
fi fi
# Fix permissions for /boot partition (FAT32) # Fix permissions for /boot partition (FAT32)