diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-13 11:06:41 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-13 11:06:41 -0400 |
commit | 32eae8c1b1a88cd21f67290a0d7e337bf467adfb (patch) | |
tree | 87647585401a7271675eb01716da2b9be8012974 /CmdLine | |
parent | cb5c686b059d37eaa377c5fd8ab20bcf6617f981 (diff) |
converted ImportFeed
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 cdeac1b51..21e780398 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -84,7 +84,7 @@ import qualified Command.Sync import qualified Command.Mirror import qualified Command.AddUrl #ifdef WITH_FEED ---import qualified Command.ImportFeed +import qualified Command.ImportFeed #endif import qualified Command.RmUrl --import qualified Command.Import @@ -133,7 +133,7 @@ cmds = , Command.Mirror.cmd , Command.AddUrl.cmd #ifdef WITH_FEED --- , Command.ImportFeed.cmd + , Command.ImportFeed.cmd #endif , Command.RmUrl.cmd -- , Command.Import.cmd |