diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-14 14:09:41 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-14 14:09:41 -0400 |
| commit | d71f8caad4576ff55a147d7d7934c8bc436519de (patch) | |
| tree | 9ca849b546169c3406061d3b0fc42e9680d55af4 /Propellor/Property/Apt.hs | |
| parent | 0f08c035c7bafe13b59e3e91b426e93ee8e5092a (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Property/Apt.hs')
| -rw-r--r-- | Propellor/Property/Apt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Apt.hs b/Propellor/Property/Apt.hs index f45bc2e6..a01ab3cc 100644 --- a/Propellor/Property/Apt.hs +++ b/Propellor/Property/Apt.hs @@ -103,7 +103,7 @@ installed' params ps = robustly $ check (isInstallable ps) go go = runApt $ params ++ ["install"] ++ ps installedBackport :: [Package] -> Property -installedBackport ps = withOS desc $ \o -> case o of +installedBackport ps = trivial $ withOS desc $ \o -> case o of Nothing -> error "cannot install backports; os not declared" (Just (System (Debian suite) _)) | isStable suite -> |
