summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-17 22:28:19 -0400
committerJoey Hess2014-04-17 22:28:19 -0400
commitbddb6306f533f79da068db897b4938fdd3d29920 (patch)
tree1f79ab306cb9fa1c7db4e1077b0f25a25496c2ff /Propellor/Property
parent69eb566e0bd7d961e1227d10200b22fd1f0276eb (diff)
need ext
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 465714fc..d31e8b46 100644
--- a/Propellor/Property/Apt.hs
+++ b/Propellor/Property/Apt.hs
@@ -88,7 +88,7 @@ setSourcesList ls = sourcesList `File.hasContent` ls `onChange` update
setSourcesListD :: [Line] -> FilePath -> Property
setSourcesListD ls basename = f `File.hasContent` ls `onChange` update
where
- f = "/etc/apt/sources.list.d/" ++ basename
+ f = "/etc/apt/sources.list.d/" ++ basename ++ ".list"
runApt :: [String] -> Property
runApt ps = cmdProperty' "apt-get" ps noninteractiveEnv