summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Apt.hs
diff options
context:
space:
mode:
authorJoey Hess2015-12-06 00:05:39 -0400
committerJoey Hess2015-12-06 00:05:39 -0400
commit54f086238c4fb20490e8369c99c910991b0d5be8 (patch)
tree5fbfe354643205cc90ee3dafbf3bf07b7523779f /src/Propellor/Property/Apt.hs
parent4479bd3881c4eaf502ace74d544a39abbd8f93f5 (diff)
Apt.cacheCleaned was trivial, force NoChange
Diffstat (limited to 'src/Propellor/Property/Apt.hs')
-rw-r--r--src/Propellor/Property/Apt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs
index 26c151d9..f25d8ee7 100644
--- a/src/Propellor/Property/Apt.hs
+++ b/src/Propellor/Property/Apt.hs
@@ -304,7 +304,7 @@ aptKeyFile k = "/etc/apt/trusted.gpg.d" </> keyname k ++ ".gpg"
-- space.
cacheCleaned :: Property NoInfo
cacheCleaned = cmdProperty "apt-get" ["clean"]
- `assume` MadeChange
+ `assume` NoChange
`describe` "apt cache cleaned"
-- | Add a foreign architecture to dpkg and apt.