From f88073c451988026b8cb36294f6ec4e33c38415c Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Wed, 25 Mar 2026 23:29:15 +0000 Subject: fix: update deploy script to pull from main instead of master Co-Authored-By: Claude Sonnet 4.6 --- scripts/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/deploy') diff --git a/scripts/deploy b/scripts/deploy index 863dfe8..cd8c200 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -21,7 +21,7 @@ REPO_DIR="$(cd "$(dirname "$0")/.." && pwd)" cd "${REPO_DIR}" echo "==> Pulling latest from bare repo..." -git pull --ff-only local master +git pull --ff-only local main STASHED=false if [ "$DIRTY" = false ] && [ -n "$(git status --porcelain)" ]; then -- cgit v1.2.3