mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/git: correct remote condition
This commit is contained in:
parent
0b000f2502
commit
bdf7dd7122
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue