aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/AddPath.hs
diff options
context:
space:
mode:
Diffstat (limited to 'AddPath.hs')
-rw-r--r--AddPath.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/AddPath.hs b/AddPath.hs
index 2fc73e8..8ef00c5 100644
--- a/AddPath.hs
+++ b/AddPath.hs
@@ -19,7 +19,7 @@ main = do
rawArgs <- getArgs
case getOpt Permute optionDescription rawArgs of
(actions, args, []) -> do
- options <- foldl (>>=) (return defaultOptions) actions
+ options <- foldl (>>=) (return defaultOptions) actions
case args of
[path] -> addPath path options
_ -> invalidNumberOfArguments