diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-30 14:02:56 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-30 14:02:56 -0400 |
commit | 42ae5fec8ebbb5921f91d2052bc18d595ead2cfa (patch) | |
tree | e767f9b92bf7cc3199259188d7725e7228de5ae2 /Command/Mirror.hs | |
parent | c4038364f3f2bc496fb45025c6bc18e9e52fd566 (diff) |
refactor
Diffstat (limited to 'Command/Mirror.hs')
-rw-r--r-- | Command/Mirror.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Mirror.hs b/Command/Mirror.hs index a04efb89b..14f70d3b6 100644 --- a/Command/Mirror.hs +++ b/Command/Mirror.hs @@ -14,7 +14,7 @@ import qualified Command.Drop import qualified Command.Get import qualified Remote import Annex.Content -import Config.NumCopies +import Annex.NumCopies cmd :: [Command] cmd = [withOptions mirrorOptions $ command "mirror" paramPaths seek |