diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-01-31 20:46:00 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-01-31 20:46:00 -0700 |
| commit | dce47e8fd085e60e359004fd22ff27e178d50af2 (patch) | |
| tree | 092117a7737a297c9ee3d7144b15cb44bea5dae1 /src/Propellor/Property/Apt.hs | |
| parent | 2f5a3ee09b78ec18df4e81f87644e5babb4dc2cc (diff) | |
more spacing
Diffstat (limited to 'src/Propellor/Property/Apt.hs')
| -rw-r--r-- | src/Propellor/Property/Apt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs index f3c21f98..8539c4a6 100644 --- a/src/Propellor/Property/Apt.hs +++ b/src/Propellor/Property/Apt.hs @@ -151,7 +151,7 @@ suiteAvailablePinned s pin = available <!> unavailable sourcesFile = "/etc/apt/sources.list.d/" ++ showSuite s ++ ".list" desc True = "Debian " ++ showSuite s ++ " pinned, priority " ++ show pin - desc False = "Debian " ++ showSuite s ++ "not pinned" + desc False = "Debian " ++ showSuite s ++ " not pinned" setSourcesList :: [Line] -> Property DebianLike setSourcesList ls = sourcesList `File.hasContent` ls `onChange` update |
