summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton2017-02-04 11:30:28 -0700
committerSean Whitton2017-02-04 11:30:28 -0700
commiteae8fe777c141b34ec586e9af5bde278a33cc0c3 (patch)
tree854f97760dfb55d6916ec9c7e62457bc326f8302
parent59626c761d2303c13553a0e6b425863c9985436e (diff)
rm superfluous TODO
-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