refactor
This commit is contained in:
parent
949b3f69d0
commit
5a1f10325f
1 changed files with 1 additions and 1 deletions
|
@ -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. -}
|
||||
|
|
Loading…
Reference in a new issue