From 5a1f10325f218bb2289e263ce1bdfd4a504467e0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 14 Sep 2011 13:48:39 -0400 Subject: refactor --- Command/Drop.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Drop.hs b/Command/Drop.hs index 6e688d663..8afffd3cb 100644 --- a/Command/Drop.hs +++ b/Command/Drop.hs @@ -24,7 +24,7 @@ command = [repoCommand "drop" paramPath seek "indicate content of files not currently wanted"] seek :: [CommandSeek] -seek = [withAttrFilesInGit "annex.numcopies" start] +seek = [withNumCopies start] {- Indicates a file's content is not wanted anymore, and should be removed - if it's safe to do so. -} -- cgit v1.2.3