summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-04 15:55:53 -0400
committerJoey Hess2015-01-04 15:57:27 -0400
commitf1a1d0001a4c9bbfb0d658131314d014d7deb5c8 (patch)
tree8cd399eac9bc557c4d8e9fb9ba7970440fcdfdd3 /src/Propellor/PrivData.hs
parent52664e622084b2986bc123f9725a0243a6794ace (diff)
sshPubKey is renamed to Ssh.pubKey, and has an added SshKeyType parameter.
Diffstat (limited to 'src/Propellor/PrivData.hs')
-rw-r--r--src/Propellor/PrivData.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/PrivData.hs b/src/Propellor/PrivData.hs
index 6253e924..2b27f221 100644
--- a/src/Propellor/PrivData.hs
+++ b/src/Propellor/PrivData.hs
@@ -55,7 +55,7 @@ withPrivData
-> Property
withPrivData s = withPrivData' snd [s]
--- Like withPrivData, but here any of a list of PrivDataFields can be used.
+-- Like withPrivData, but here any one of a list of PrivDataFields can be used.
withSomePrivData
:: (IsContext c, IsPrivDataSource s)
=> [s]