diff options
| -rw-r--r-- | Property/Apt.hs | 2 |
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 |
