diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-21 18:08:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-21 18:08:56 -0400 |
commit | d71baf07108c4903c444175ca482af1ed4cca1b4 (patch) | |
tree | 571818e459afc7722f5fc8c109f5502b8748988f /Command/Copy.hs | |
parent | d44bd607d4fd18eadabe3c7693ebcf1c74aae63e (diff) |
reorg
Diffstat (limited to 'Command/Copy.hs')
-rw-r--r-- | Command/Copy.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Copy.hs b/Command/Copy.hs index 090bd3a9a..395992ed0 100644 --- a/Command/Copy.hs +++ b/Command/Copy.hs @@ -13,7 +13,7 @@ import GitAnnex.Options import qualified Command.Move import qualified Remote import Annex.Wanted -import Logs.NumCopies +import Config.NumCopies def :: [Command] def = [withOptions Command.Move.moveOptions $ command "copy" paramPaths seek |