diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-13 11:53:42 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-13 11:53:42 -0400 |
commit | 1e117dca23d096795232a87fdb3c2aa527354b23 (patch) | |
tree | ca08440885809a34fe076b98ca4ec76752439bbc /CmdLine | |
parent | 2228571a90fbe00b02ee1f22fab92c9e824093df (diff) |
convert WebApp; avoid duplicate arg parsing for no repo mode
Diffstat (limited to 'CmdLine')
-rw-r--r-- | CmdLine/GitAnnex.hs | 4 |
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 |