From 8221a90335dcd398234cc60455a85d38f1fddde1 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Tue, 31 Oct 2023 10:33:53 +0100 Subject: It's all main now! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82ce33f..ae56eff 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ update: update-git ./scripts/verify-tag && rsync -avz --delete ADFSToolkit/ Shibboleth-IdP/ Shibboleth-SP/ /opt/swamid-entity-configurations/ update-git: - git checkout master && git reset --hard && git pull + git checkout main && git reset --hard && git pull test: schematest schematest: -- cgit v1.2.3