diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-02-04 11:30:28 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-02-04 11:30:28 -0700 |
| commit | eae8fe777c141b34ec586e9af5bde278a33cc0c3 (patch) | |
| tree | 854f97760dfb55d6916ec9c7e62457bc326f8302 /src/Propellor/Property | |
| parent | 59626c761d2303c13553a0e6b425863c9985436e (diff) | |
rm superfluous TODO
Diffstat (limited to 'src/Propellor/Property')
| -rw-r--r-- | src/Propellor/Property/Apt.hs | 2 |
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 |
