aboutsummaryrefslogtreecommitdiff
path: root/CmdLine/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-13 10:57:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-13 10:57:49 -0400
commitcb5c686b059d37eaa377c5fd8ab20bcf6617f981 (patch)
tree7c8604961076447c6030c94ec7e69afafe593c9e /CmdLine/GitAnnex.hs
parent3863b682b4a0fab70f1f03ac8e7957f17a3ee0b0 (diff)
converted addurl
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 bbd66eca8..cdeac1b51 100644
--- a/CmdLine/GitAnnex.hs
+++ b/CmdLine/GitAnnex.hs
@@ -82,7 +82,7 @@ import qualified Command.Ungroup
import qualified Command.Vicfg
import qualified Command.Sync
import qualified Command.Mirror
---import qualified Command.AddUrl
+import qualified Command.AddUrl
#ifdef WITH_FEED
--import qualified Command.ImportFeed
#endif
@@ -131,7 +131,7 @@ cmds =
, Command.Lock.cmd
, Command.Sync.cmd
, Command.Mirror.cmd
--- , Command.AddUrl.cmd
+ , Command.AddUrl.cmd
#ifdef WITH_FEED
-- , Command.ImportFeed.cmd
#endif