summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-02 00:07:22 -0400
committerJoey Hess2014-04-02 00:07:22 -0400
commit23a2710330d105c6aeadd38a2905a7e360239496 (patch)
tree6d0de2580d138adc5a64c66d0e4a041f26f3f7dd /Propellor/Property
parent3f96e5a5f3f278249698279888e6bf2c23fd0aed (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/Apt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Apt.hs b/Propellor/Property/Apt.hs
index 360f27d4..9f0168ac 100644
--- a/Propellor/Property/Apt.hs
+++ b/Propellor/Property/Apt.hs
@@ -53,7 +53,7 @@ kernelOrg = binandsrc "http://mirrors.kernel.org/debian"
- kernel.org.
-}
stdSourcesList :: DebianSuite -> Property
-stdSourcesList suite = setSourcesList (debCdn suite)
+stdSourcesList suite = setSourcesList (debCdn suite ++ kernelOrg suite)
`describe` ("standard sources.list for " ++ show suite)
setSourcesList :: [Line] -> Property