fixed git workdir includes.

This commit is contained in:
Gabe Venberg 2024-03-28 12:19:32 -05:00
parent 380b92d50b
commit fbefcac164

View file

@ -68,7 +68,7 @@
if config.host.git.workProfile.enable
then [
{
condition = "gitdir:~/work/";
condition = "gitdir:~/work/**";
contents.user.email = config.host.git.workProfile.email;
}
]