diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 11:30:27 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 11:30:27 -0400 |
| commit | 04209e7763547af4fa3527cb9e5e7d0d964edb97 (patch) | |
| tree | 222c062458b0e5c18151e9b1be55e0a6540c82f4 /src/Propellor | |
| parent | 12cdc6d324c7d7abd62cc05aea2490b3cbdab059 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor')
| -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 |
