summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Whitton2017-01-31 19:56:30 -0700
committerSean Whitton2017-01-31 19:56:30 -0700
commit0255bae984648a34303d01ee674cc288c47a523c (patch)
treec29474c789d17d5872c2a48cf96f4fa4939b979c /src
parentec22249085439af2f4dbcceafffd95afb17c57d1 (diff)
parent6956a62d95ff0451b5ac7f85145b76ef2220a8be (diff)
Merge remote-tracking branch 'upstream/master' into pin
Diffstat (limited to 'src')
-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