summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"