summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Tor.hs
diff options
context:
space:
mode:
authorSean Whitton2017-01-30 19:31:58 -0700
committerJoey Hess2017-01-30 23:06:53 -0400
commite6fd8b8631bc525ba085496344e0b94386e3eca3 (patch)
tree45aed29ef77b383132b2d9264307351a26596985 /src/Propellor/Property/Tor.hs
parent81a51f728bc021ac6f0cbf227a39682439196b32 (diff)
fix type error: hiddenService -> hiddenService'
Diffstat (limited to 'src/Propellor/Property/Tor.hs')
-rw-r--r--src/Propellor/Property/Tor.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Tor.hs b/src/Propellor/Property/Tor.hs
index 52b38230..db71c87a 100644
--- a/src/Propellor/Property/Tor.hs
+++ b/src/Propellor/Property/Tor.hs
@@ -147,7 +147,7 @@ hiddenServiceAvailable :: HiddenServiceName -> Port -> Property DebianLike
hiddenServiceAvailable hn port = hiddenServiceAvailable' hn [port]
hiddenServiceAvailable' :: HiddenServiceName -> [Port] -> Property DebianLike
-hiddenServiceAvailable' hn ports = hiddenServiceHostName $ hiddenService hn ports
+hiddenServiceAvailable' hn ports = hiddenServiceHostName $ hiddenService' hn ports
where
hiddenServiceHostName p = adjustPropertySatisfy p $ \satisfy -> do
r <- satisfy