summaryrefslogtreecommitdiff
path: root/Command/Drop.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-28 18:55:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-28 18:55:49 -0400
commit9d82e815ff5307187d195fd2529420ef7970c412 (patch)
tree13cc2e6548d9bdc3ebae3aecabcce01257240ac8 /Command/Drop.hs
parentdc54214404dbe6e9d602a8a14c08411ca3eaceda (diff)
change name of numcopies attribute
Diffstat (limited to 'Command/Drop.hs')
-rw-r--r--Command/Drop.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Drop.hs b/Command/Drop.hs
index 168aa92bd..7c4fbea60 100644
--- a/Command/Drop.hs
+++ b/Command/Drop.hs
@@ -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. -}