From 04209e7763547af4fa3527cb9e5e7d0d964edb97 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 Oct 2015 11:30:27 -0400 Subject: propellor spin --- src/Propellor/Property/Mount.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Propellor/Property/Mount.hs b/src/Propellor/Property/Mount.hs index 315e2d48..2496b1cc 100644 --- a/src/Propellor/Property/Mount.hs +++ b/src/Propellor/Property/Mount.hs @@ -56,7 +56,7 @@ genFstab mnts swaps mnttransform = do ] legend = ["# ", "", "", "", "", ""] getcfg mnt = sequence - [ fromMaybe (error "unable to find mount source") + [ fromMaybe (error $ "unable to find mount source for " ++ mnt) <$> getM (\a -> a mnt) [ uuidprefix getMountUUID , sourceprefix getMountLabel -- cgit v1.2.3