home: git: fix conditional includes
This commit is contained in:
parent
286e3ceff2
commit
f45f80b1bc
1 changed files with 3 additions and 3 deletions
|
|
@ -30,15 +30,15 @@ in
|
||||||
|
|
||||||
includes = [
|
includes = [
|
||||||
{
|
{
|
||||||
condition = "gitdir:~/work/lrde";
|
condition = "gitdir:~/work/lrde/";
|
||||||
contents = { user = { email = "amartin@lrde.epita.fr"; }; };
|
contents = { user = { email = "amartin@lrde.epita.fr"; }; };
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
condition = "gitdir:~/work/prologin";
|
condition = "gitdir:~/work/prologin/";
|
||||||
contents = { user = { email = "antoine.martin@prologin.org"; }; };
|
contents = { user = { email = "antoine.martin@prologin.org"; }; };
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
condition = "gitdir:~/work/epita";
|
condition = "gitdir:~/work/epita/";
|
||||||
contents = { user = { email = "antoine4.martin@epita.fr"; }; };
|
contents = { user = { email = "antoine4.martin@epita.fr"; }; };
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue