diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-02-02 21:04:58 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-02-02 21:04:58 -0700 |
| commit | 626f13c408deb7b8e6940b213f7a0081bbf8fe23 (patch) | |
| tree | 77a0ee57650e39a20f42ea577a579a500b20e81e /src | |
| parent | 0a2d07bae428d3be077daf028999bf3e669e6bb7 (diff) | |
drop a superfluous blank line in pref file
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Apt.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs index c21931a9..ba5fd5e7 100644 --- a/src/Propellor/Property/Apt.hs +++ b/src/Propellor/Property/Apt.hs @@ -284,7 +284,6 @@ pinnedTo' p (suite, pin) = [ "Package: " ++ p , "Pin: release " ++ suitePin suite , "Pin-Priority: " ++ show pin - , "" ] prefFile = "/etc/apt/preferences.d/10propellor_" ++ File.configFileName p <.> "pref" |
