From b2662cd33467d151b5bb84251750ac80d2dea5cd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 Nov 2017 14:38:44 -0400 Subject: fix error msg --- src/Propellor/Property/Machine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/Machine.hs b/src/Propellor/Property/Machine.hs index bea1c040..22bc9a58 100644 --- a/src/Propellor/Property/Machine.hs +++ b/src/Propellor/Property/Machine.hs @@ -82,4 +82,4 @@ marvell = checkArchitecture [ARMEL] $ checkArchitecture :: [Architecture] -> Property DebianLike -> Property DebianLike checkArchitecture as p = withOS (getDesc p) $ \w o -> case o of (Just (System _ arch)) | arch `elem` as -> ensureProperty w p - _ -> unsupportedOS' -- error $ "Machine needs architecture to be one of: " ++ show as + _ -> error $ "Machine needs architecture to be one of: " ++ show as -- cgit v1.2.3