summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Apt.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-09 14:22:42 -0400
committerJoey Hess2014-12-09 14:22:42 -0400
commit9d06d2f835143c308bc409b7dc737c4292d9bc72 (patch)
treefb151d5e2563953807432ccc85f90d414efe6b2e /src/Propellor/Property/Apt.hs
parent36eec4e2ea9fd22973dfb492363b407f1bcf621a (diff)
parent2e2438ae66490a2a00972be16e95f0d9cda2f9ea (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Apt.hs')
-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 68e877ed..2dd9ca16 100644
--- a/src/Propellor/Property/Apt.hs
+++ b/src/Propellor/Property/Apt.hs
@@ -90,7 +90,7 @@ stdSourcesListFor suite = stdSourcesList' suite []
-- | Adds additional sources.list generators.
--
-- Note that if a Property needs to enable an apt source, it's better
--- to do so via a separate file in /etc/apt/sources.list.d/
+-- to do so via a separate file in </etc/apt/sources.list.d/>
stdSourcesList' :: DebianSuite -> [SourcesGenerator] -> Property
stdSourcesList' suite more = setSourcesList
(concatMap (\gen -> gen suite) generators)