diff options
author | Johan Wassberg <jocar@sunet.se> | 2023-10-31 10:33:53 +0100 |
---|---|---|
committer | Johan Wassberg <jocar@sunet.se> | 2023-10-31 10:33:53 +0100 |
commit | 8221a90335dcd398234cc60455a85d38f1fddde1 (patch) | |
tree | 5fa966f9783022501adf5cecb65fa900bb755345 | |
parent | 8cb549e65a96a0de0297a36a1a56ae42c3b223fb (diff) |
It's all main now!conf-2023-10-31-v01
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |