diff options
author | Johan Wassberg <jocar@sunet.se> | 2023-10-31 10:44:07 +0100 |
---|---|---|
committer | Johan Wassberg <jocar@sunet.se> | 2023-10-31 10:44:07 +0100 |
commit | 92280921b500ca6c1f613d224b74548c1281ca6c (patch) | |
tree | 20f189ca9ece6320148f9bb90f7e3964d2c37c08 | |
parent | 70dc9d4e1f716804c2305a8b2c37989eee20f6bb (diff) |
Trailing slashes with rsync doesn't include parent dirconf-2023-10-31-v05
-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 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 |