summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Wassberg <jocar@sunet.se>2023-10-31 10:44:07 +0100
committerJohan Wassberg <jocar@sunet.se>2023-10-31 10:44:07 +0100
commit92280921b500ca6c1f613d224b74548c1281ca6c (patch)
tree20f189ca9ece6320148f9bb90f7e3964d2c37c08
parent70dc9d4e1f716804c2305a8b2c37989eee20f6bb (diff)
Trailing slashes with rsync doesn't include parent dirconf-2023-10-31-v05
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49217f1..e7b1cac 100644
--- a/Makefile
+++ b/Makefile
@@ -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