summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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