diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ tag: schematest ./scripts/bump-tag update: update-git - ./scripts/verify-tag && rsync -avz --delete ADFSToolkit/ Shibboleth-IdP/ Shibboleth-SP/ /opt/swamid-entity-configurations/ + ./scripts/verify-tag && rsync -avz --delete Shibboleth-IdP/ Shibboleth-SP/ /opt/swamid-entity-configurations/ update-git: git checkout main && git reset --hard && git pull |