aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apps/ListPath.hs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ListPath.hs')
-rw-r--r--apps/ListPath.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ListPath.hs b/apps/ListPath.hs
index 6432455..6bb8a46 100644
--- a/apps/ListPath.hs
+++ b/apps/ListPath.hs
@@ -23,7 +23,7 @@ shouldListPath ExistingOnly = doesDirectoryExist
shouldListPath MissingOnly = fmap not . doesDirectoryExist
data Options = Options
- { optName :: Env.VarName
+ { optName :: Env.VarName
, optWhichPaths :: WhichPaths
} deriving (Eq, Show)