diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-18 14:14:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-18 14:14:21 -0400 |
| commit | 6c96481dd39d1e0fbcef8dd68300a66e13db9ed9 (patch) | |
| tree | 81b8c2a296dcaaa0e2cd43ece365cbf39c957e1c /src/Propellor/Property/Ssh.hs | |
| parent | f6e352767eaf236acb929a9793dee28eb4897baa (diff) | |
| parent | 2ad09b34ecec5a643a4a08c88a0a1cc7703094e3 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Ssh.hs')
| -rw-r--r-- | src/Propellor/Property/Ssh.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Ssh.hs b/src/Propellor/Property/Ssh.hs index fc3e0d10..ea38980b 100644 --- a/src/Propellor/Property/Ssh.hs +++ b/src/Propellor/Property/Ssh.hs @@ -212,7 +212,7 @@ newtype HostKeyInfo = HostKeyInfo deriving (Eq, Ord, Typeable) instance IsInfo HostKeyInfo where - propigateInfo _ = False + propagateInfo _ = False instance Monoid HostKeyInfo where mempty = HostKeyInfo M.empty @@ -233,7 +233,7 @@ newtype UserKeyInfo = UserKeyInfo deriving (Eq, Ord, Typeable) instance IsInfo UserKeyInfo where - propigateInfo _ = False + propagateInfo _ = False instance Monoid UserKeyInfo where mempty = UserKeyInfo M.empty |
