diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/services/gitolite/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |