diff options
author | Ben Sima <ben@bsima.me> | 2020-10-26 17:52:56 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-10-26 17:52:56 -0400 |
commit | 19f5402bec9f6346463b83536cc22d7f4525bc18 (patch) | |
tree | 2076903999b67f26e1ada3a8717325710f6b2ee4 /Biz/Cloud/git.nix | |
parent | e069bc069f998e3158c826e20f7d94575907ae46 (diff) |
Capitalize rest of files
Diffstat (limited to 'Biz/Cloud/git.nix')
-rw-r--r-- | Biz/Cloud/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Cloud/git.nix b/Biz/Cloud/git.nix index 370f52a..6104ced 100644 --- a/Biz/Cloud/git.nix +++ b/Biz/Cloud/git.nix @@ -11,7 +11,7 @@ extraGitoliteRc = '' $RC{SITE_INFO} = 'a computer is a bicycle for the mind.'; ''; - adminPubkey = builtins.readFile ../keys/ben.pub; + adminPubkey = builtins.readFile ../Keys/Ben.pub; }; }; } |