From 41265acc363b77af6e713dfcc0e9d56ee66d5c6c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Apr 2021 18:26:25 +0100 Subject: [PATCH] Makefile: "push": Change default branch to "main" Signed-off-by: Ian Jackson --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0782e9c9..e157f231 100644 --- a/Makefile +++ b/Makefile @@ -382,8 +382,8 @@ deploy: for-deploy bundled-sources assets libraries rsync -r nwtemplates/*.tera $(DEPLOY_BASE)/nwtemplates/ ssh -o BatchMode=true $(DEPLOY_USER) $(DEPLOY_FINISH) git branch -f $(DEPLOYED_BRANCH) - -git push origin master - -git push chiark master + -git push origin main + -git push chiark main #$(DEPLOY_BASE)/bundled-sources -- 2.30.2