From 7a98c19703db745bfd13eae653269ec0e92b5706 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 16 Apr 2023 10:10:36 +0900 Subject: chore(services/gitolite): fix typo --- modules/services/gitolite/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/services/gitolite/default.nix b/modules/services/gitolite/default.nix index c2eb975..e2439a2 100644 --- a/modules/services/gitolite/default.nix +++ b/modules/services/gitolite/default.nix @@ -22,7 +22,7 @@ in $RC{GIT_CONFIG_KEYS} = '.*'; $RC{ROLES}{OWNERS} = 1; $RC{OWNER_ROLENAME} = 'OWNERS'; - # For some unknown reason, $ENV{HOME} doesn't get resolved to the correct + # For some unknown reasons, $ENV{HOME} doesn't get resolved to the correct # directory. # $RC{LOCAL_CODE} = '$ENV{HOME}/local'; $RC{LOCAL_CODE} = '/var/lib/gitolite/local'; -- cgit 1.4.1