correct comment
This commit is contained in:
parent
65660e2516
commit
28cfd6776d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ numCopies file = readish <$> checkAttr "annex.numcopies" file
|
||||||
-
|
-
|
||||||
- In auto mode, first checks that the number of known
|
- In auto mode, first checks that the number of known
|
||||||
- copies of the key is > or < than the numcopies setting, before running
|
- copies of the key is > or < than the numcopies setting, before running
|
||||||
- the action. Also checks any preferred content settings.
|
- the action.
|
||||||
-}
|
-}
|
||||||
autoCopies :: FilePath -> Key -> (Int -> Int -> Bool) -> CommandStart -> CommandStart
|
autoCopies :: FilePath -> Key -> (Int -> Int -> Bool) -> CommandStart -> CommandStart
|
||||||
autoCopies file key vs a = Annex.getState Annex.auto >>= go
|
autoCopies file key vs a = Annex.getState Annex.auto >>= go
|
||||||
|
|
Loading…
Reference in a new issue