diff --git a/Property/Apt.hs b/Property/Apt.hs index 9db8a6a..4d58574 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