diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 01:51:04 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 01:51:04 -0400 |
| commit | a0a416780d0ed1b9a7fc34cd871708b84b9647dd (patch) | |
| tree | 0cfc9aedb539a1d19e02e1dcf90c3fabe38ea598 /Property | |
| parent | c0bc3815ac6044dfe3f587c34d581dc74087a10e (diff) | |
typo
Diffstat (limited to 'Property')
| -rw-r--r-- | Property/Ssh.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Property/Ssh.hs b/Property/Ssh.hs index 3883606b..141e3495 100644 --- a/Property/Ssh.hs +++ b/Property/Ssh.hs @@ -18,8 +18,8 @@ sshdConfig = "/etc/ssh/sshd_config" setSshdConfig :: String -> Bool -> Property setSshdConfig setting allowed = combineProperties desc - [ lineNotInFile sshdConfig $ sshLine (not allowed) - , lineInFile sshdConfig $ sshLine allowed + [ lineNotInFile sshdConfig $ sshline (not allowed) + , lineInFile sshdConfig $ sshline allowed ] `onChange` restartSshd where desc = unwords [ "ssh config:", setting, sshBool allowed ] |
