summaryrefslogtreecommitdiff
path: root/CmdLine/GitAnnex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'CmdLine/GitAnnex.hs')
-rw-r--r--CmdLine/GitAnnex.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs
index 28a741b79..9c60956f6 100644
--- a/CmdLine/GitAnnex.hs
+++ b/CmdLine/GitAnnex.hs
@@ -101,7 +101,7 @@ import qualified Command.Version
import qualified Command.Watch
import qualified Command.Assistant
#ifdef WITH_WEBAPP
---import qualified Command.WebApp
+import qualified Command.WebApp
#endif
#ifdef WITH_XMPP
import qualified Command.XMPPGit
@@ -206,7 +206,7 @@ cmds =
, Command.Watch.cmd
, Command.Assistant.cmd
#ifdef WITH_WEBAPP
--- , Command.WebApp.cmd
+ , Command.WebApp.cmd
#endif
#ifdef WITH_XMPP
, Command.XMPPGit.cmd