diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-17 22:28:19 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-17 22:28:19 -0400 |
| commit | bddb6306f533f79da068db897b4938fdd3d29920 (patch) | |
| tree | 1f79ab306cb9fa1c7db4e1077b0f25a25496c2ff /Propellor | |
| parent | 69eb566e0bd7d961e1227d10200b22fd1f0276eb (diff) | |
need ext
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/Apt.hs | 2 |
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 |
