From 2e2438ae66490a2a00972be16e95f0d9cda2f9ea Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Dec 2014 14:22:37 -0400 Subject: improve haddock formating of filenames --- src/Propellor/Property/Apt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Apt.hs') 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 stdSourcesList' :: DebianSuite -> [SourcesGenerator] -> Property stdSourcesList' suite more = setSourcesList (concatMap (\gen -> gen suite) generators) -- cgit v1.3-2-g0d8e