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/Fsck.hs | |
parent | c4038364f3f2bc496fb45025c6bc18e9e52fd566 (diff) |
refactor
Diffstat (limited to 'Command/Fsck.hs')
-rw-r--r-- | Command/Fsck.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs index eea0ebc11..46d7c2e77 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -24,7 +24,7 @@ import Annex.Link import Logs.Location import Logs.Trust import Logs.Activity -import Config.NumCopies +import Annex.NumCopies import Annex.UUID import Utility.DataUnits import Config |