From 866bad5cf0474dc296245aea7ab645868db37cba Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 20 Dec 2017 19:26:17 -0400 Subject: got the order backwards.. --- src/Propellor/Property/Mount.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Mount.hs') diff --git a/src/Propellor/Property/Mount.hs b/src/Propellor/Property/Mount.hs index e8f3f092..71f1733e 100644 --- a/src/Propellor/Property/Mount.hs +++ b/src/Propellor/Property/Mount.hs @@ -151,4 +151,4 @@ unmountBelow d = do submnts <- mountPointsBelow d -- sort so sub-mounts are unmounted before the mount point -- containing them - forM_ (sort submnts) umountLazy + forM_ (reverse (sort submnts)) umountLazy -- cgit v1.2.3