summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-04-09 00:42:51 -0400
committerJoey Hess2015-04-09 00:42:51 -0400
commit15569ee17a712742d1293bf2560a95fc4379e6b6 (patch)
treed88a438c5a2929e17d9c7b8e5aeaad18905aa806
parentb2cc78c1fc010a94b1df25ff1657482e6eb804f7 (diff)
remove ssh key from desc, too long
-rw-r--r--src/Propellor/Property/Ssh.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Ssh.hs b/src/Propellor/Property/Ssh.hs
index 320136ee..1fbf92ec 100644
--- a/src/Propellor/Property/Ssh.hs
+++ b/src/Propellor/Property/Ssh.hs
@@ -242,7 +242,7 @@ authorizedKey user l = property desc $ do
, File.ownerGroup (takeDirectory f) user user
]
where
- desc = user ++ " has autorized_keys line " ++ l
+ desc = user ++ " has autorized_keys"
-- | Makes the ssh server listen on a given port, in addition to any other
-- ports it is configured to listen on.