summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Apt.hs
diff options
context:
space:
mode:
authorSean Whitton2017-02-02 21:04:58 -0700
committerSean Whitton2017-02-02 21:04:58 -0700
commit626f13c408deb7b8e6940b213f7a0081bbf8fe23 (patch)
tree77a0ee57650e39a20f42ea577a579a500b20e81e /src/Propellor/Property/Apt.hs
parent0a2d07bae428d3be077daf028999bf3e669e6bb7 (diff)
drop a superfluous blank line in pref file
Diffstat (limited to 'src/Propellor/Property/Apt.hs')
-rw-r--r--src/Propellor/Property/Apt.hs1
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"