diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-09 00:42:51 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-09 00:42:51 -0400 |
| commit | 15569ee17a712742d1293bf2560a95fc4379e6b6 (patch) | |
| tree | d88a438c5a2929e17d9c7b8e5aeaad18905aa806 /src | |
| parent | b2cc78c1fc010a94b1df25ff1657482e6eb804f7 (diff) | |
remove ssh key from desc, too long
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Ssh.hs | 2 |
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. |
