From 8621fa6e9983a39c07a9677eac324ebcee79b549 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 23:55:59 -0400 Subject: more prep for hackage --- Propellor/Property/Tor.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Propellor/Property/Tor.hs') diff --git a/Propellor/Property/Tor.hs b/Propellor/Property/Tor.hs index aa5d29e4..78e35c89 100644 --- a/Propellor/Property/Tor.hs +++ b/Propellor/Property/Tor.hs @@ -1,6 +1,6 @@ module Propellor.Property.Tor where -import Propellor.Common +import Propellor import qualified Propellor.Property.File as File import qualified Propellor.Property.Apt as Apt @@ -16,4 +16,4 @@ isBridge = setup `requires` Apt.installed ["tor"] ] `onChange` restartTor restartTor :: Property -restartTor = cmdProperty "service" [Param "tor", Param "restart"] +restartTor = cmdProperty "service" ["tor", "restart"] -- cgit v1.3-2-g0d8e