summaryrefslogtreecommitdiff
path: root/Command/NumCopies.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-30 14:02:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-30 14:02:56 -0400
commit42ae5fec8ebbb5921f91d2052bc18d595ead2cfa (patch)
treee767f9b92bf7cc3199259188d7725e7228de5ae2 /Command/NumCopies.hs
parentc4038364f3f2bc496fb45025c6bc18e9e52fd566 (diff)
refactor
Diffstat (limited to 'Command/NumCopies.hs')
-rw-r--r--Command/NumCopies.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/NumCopies.hs b/Command/NumCopies.hs
index 6c69b2166..1e710f561 100644
--- a/Command/NumCopies.hs
+++ b/Command/NumCopies.hs
@@ -10,7 +10,7 @@ module Command.NumCopies where
import Common.Annex
import qualified Annex
import Command
-import Config.NumCopies
+import Annex.NumCopies
import Types.Messages
cmd :: [Command]