summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Propellor/Property/Apt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs
index 07164df6..2e4757f8 100644
--- a/src/Propellor/Property/Apt.hs
+++ b/src/Propellor/Property/Apt.hs
@@ -23,7 +23,7 @@ data HostMirror = HostMirror Url
data HostAptProxy = HostAptProxy Url
deriving (Eq, Show, Typeable)
--- | Indicate host's preferred apt mirror (e.g. an apt cacher on the host's LAN)
+-- | Indicate host's preferred apt mirror
mirror :: Url -> Property (HasInfo + UnixLike)
mirror u = pureInfoProperty (u ++ " apt mirror selected")
(InfoVal (HostMirror u))