summaryrefslogtreecommitdiff
path: root/Property
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 02:53:00 -0400
committerJoey Hess2014-03-30 02:53:00 -0400
commit7820c8bb1222b9370e2009e9e60bc807f6bf409b (patch)
treefbf6785fa82d716bdf3baa555c51e202006293c3 /Property
parent28787f11c74e292ab56dff1f1060668b6248e34f (diff)
do a dist-upgrade
Diffstat (limited to 'Property')
-rw-r--r--Property/Apt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Property/Apt.hs b/Property/Apt.hs
index 9db8a6a3..4d58574f 100644
--- a/Property/Apt.hs
+++ b/Property/Apt.hs
@@ -61,7 +61,7 @@ update :: Property
update = runApt [Param "update"]
upgrade :: Property
-upgrade = runApt [Params "-y safe-upgrade"]
+upgrade = runApt [Params "-y dist-upgrade"]
type Package = String