summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 03b2d69..ae31117 100644
--- a/Main.hs
+++ b/Main.hs
@@ -44,7 +44,7 @@ main = do
buildLaunch :: IO ()
buildLaunch = do
recompile
- dir <- fmap (++ "/.xmonad") getHomeDirectory
+ dir <- fmap (++ "/.xmonad") getHomeDirectory
args <- getArgs
executeFile (dir ++ "/xmonad") False args Nothing
return ()