From 2e3fa5b849a9e2d245ee263afef4a06693b4ca6c Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Mon, 12 Jan 2015 21:49:33 -0800 Subject: [PATCH] different wording for adminPubkey description Maybe this wording is a slight improvement? --- nixos/modules/services/misc/gitolite.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/gitolite.nix b/nixos/modules/services/misc/gitolite.nix index 5a32353e7c14..16335c8aca73 100644 --- a/nixos/modules/services/misc/gitolite.nix +++ b/nixos/modules/services/misc/gitolite.nix @@ -36,7 +36,7 @@ in Initial administrative public key for Gitolite. This should be an SSH Public Key. Note that this key will only be used once, upon the first initialization of the Gitolite user. - The Key has to be written in one line. + The key string cannot have any line breaks in it. ''; };