From 5136719d68592ddabf61d8628e5ecbc5f4aa85dd Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 7 Aug 2023 10:56:09 +0200 Subject: [PATCH] borg: Rename default branch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfe52c8..dc346e0 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DRONES_DIR = $(shell git config "borg.drones-directory" || echo "lib") bootstrap-borg: @git submodule--helper clone --name borg --path $(DRONES_DIR)/borg \ --url git@github.com:emacscollective/borg.git - @cd $(DRONES_DIR)/borg; git symbolic-ref HEAD refs/heads/master + @cd $(DRONES_DIR)/borg; git symbolic-ref HEAD refs/heads/main @cd $(DRONES_DIR)/borg; git reset --hard HEAD