summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Grub.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-28 04:46:21 -0400
committerJoey Hess2016-03-28 04:46:21 -0400
commit5f41492d8afe6ac6ee3cc280c3e2f252bcc91817 (patch)
tree6c9d91f7a13f35514f98564954273051ecc6a641 /src/Propellor/Property/Grub.hs
parent67a1bb6d9915a0c36b71d984cf0ef4c89dd59607 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/Grub.hs')
-rw-r--r--src/Propellor/Property/Grub.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Grub.hs b/src/Propellor/Property/Grub.hs
index 85d098ed..a03fc5a0 100644
--- a/src/Propellor/Property/Grub.hs
+++ b/src/Propellor/Property/Grub.hs
@@ -30,7 +30,7 @@ mkConfig = tightenTargets $ cmdProperty "update-grub" []
-- | Installs grub; does not run update-grub.
installed' :: BIOS -> Property Linux
-installed' bios = (aptinstall `pickOS` aptinstall)
+installed' bios = (aptinstall `pickOS` unsupportedOS)
`describe` "grub package installed"
where
aptinstall :: Property DebianLike