summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-11-16 18:00:37 -0400
committerJoey Hess2017-11-16 18:00:37 -0400
commitc9e51c0f7ee2e9c64484369b358d3b918227ddc5 (patch)
tree3feb58c344cf51cab2ec91c24d63e67f14dced25
parentfc208477a6c76fcd39ca35f2e183bbf386b50379 (diff)
propellor spin
-rw-r--r--src/Propellor/Property/DiskImage.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs
index acfe58f5..e9c9d0d4 100644
--- a/src/Propellor/Property/DiskImage.hs
+++ b/src/Propellor/Property/DiskImage.hs
@@ -196,7 +196,7 @@ imageBuilt' rebuild img mkchroot tabletype partspec =
[] -> \_ _ _ -> doNothing
[GrubInstalled] -> grubFinalized
[UbootInstalled p] -> ubootFinalized p
- l -> unbootable $ "multiple bootloaders are installed; don't know which to use: " ++ show l
+ _ -> unbootable $ "multiple bootloaders are installed; don't know which to use: " ++ show l
ignorablefinal FlashKernelInstalled = True
ignorablefinal _ = False