change name of numcopies attribute

This commit is contained in:
Joey Hess 2010-11-28 18:55:49 -04:00
parent dc54214404
commit 9d82e815ff
6 changed files with 11 additions and 11 deletions

View file

@ -18,7 +18,7 @@ import Messages
import Utility
seek :: [SubCmdSeek]
seek = [withAttrFilesInGit "git-annex-numcopies" start]
seek = [withAttrFilesInGit "annex.numcopies" start]
{- Indicates a file's content is not wanted anymore, and should be removed
- if it's safe to do so. -}