diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Mount.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ["# <file system>", "<mount point>", "<type>", "<options>", "<dump>", "<pass>"] 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 |
