vanadium/git: correct remote condition

This commit is contained in:
Primrose 2025-07-31 23:50:20 +02:00
parent 0b000f2502
commit bdf7dd7122
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -65,11 +65,11 @@
map hasconfigRemoteCondition [ map hasconfigRemoteCondition [
# Univ stuff # Univ stuff
{ {
condition = "gitlab.istic.univ-rennes1.fr"; condition = "git@gitlab.istic.univ-rennes1.fr";
contents = universityIdentity; contents = universityIdentity;
} }
{ {
condition = "gitlab2.istic.univ-rennes1.fr"; condition = "git@gitlab2.istic.univ-rennes1.fr";
contents = universityIdentity; contents = universityIdentity;
} }