diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-13 10:57:49 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-13 10:57:49 -0400 |
commit | cb5c686b059d37eaa377c5fd8ab20bcf6617f981 (patch) | |
tree | 7c8604961076447c6030c94ec7e69afafe593c9e /CmdLine | |
parent | 3863b682b4a0fab70f1f03ac8e7957f17a3ee0b0 (diff) |
converted addurl
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 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 |