aboutsummaryrefslogtreecommitdiff
path: root/Command/WebApp.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-02 19:10:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-02 19:10:30 -0400
commit35aafe26339309863b7162525dfcbe87c8caac2f (patch)
treed02514ca7dd8600af821ced986d837f989926069 /Command/WebApp.hs
parent2b6e9d4a9d6c5113261f06bee51aedea929a0f0e (diff)
fix build
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 6b9b8f783..f3bed10cb 100644
--- a/Command/WebApp.hs
+++ b/Command/WebApp.hs
@@ -170,7 +170,7 @@ openBrowser mcmd htmlshim realurl outh errh = do
where
p = case mcmd of
Just cmd -> proc cmd [htmlshim]
- Nothing -> browserProc htmlshim url
+ Nothing -> browserProc url
#ifdef __ANDROID__
{- Android does not support file:// urls, but neither is
- the security of the url in the process table important