summaryrefslogtreecommitdiff
path: root/Command/WebApp.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/WebApp.hs')
-rw-r--r--Command/WebApp.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/WebApp.hs b/Command/WebApp.hs
index ae37b324c..f44053250 100644
--- a/Command/WebApp.hs
+++ b/Command/WebApp.hs
@@ -105,7 +105,7 @@ firstRun = do
putMVar v ""
takeMVar v
mainthread v _url htmlshim = do
- browser <- webBrowser <$> Git.Config.global
+ browser <- maybe Nothing webBrowser <$> Git.Config.global
openBrowser browser htmlshim
_wait <- takeMVar v