summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Propellor/Property/Apt.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs
index 218c7197..fef4a700 100644
--- a/src/Propellor/Property/Apt.hs
+++ b/src/Propellor/Property/Apt.hs
@@ -290,8 +290,6 @@ pinnedTo' p (suite, pin) =
prefFile = "/etc/apt/preferences.d/10propellor_"
++ File.configFileName p <.> "pref"
--- TODO should be RevertableProperty Debian Debian
-
-- | Package installation may fail becuse the archive has changed.
-- Run an update in that case and retry.
robustly :: Property DebianLike -> Property DebianLike