comment typo
This commit is contained in:
parent
69cc8e83ce
commit
80c8c0e62a
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ sendAnnex key rollback sendobject = go =<< prepSendAnnex key
|
||||||
-
|
-
|
||||||
- Note that the returned check action is, in some cases, run in the
|
- Note that the returned check action is, in some cases, run in the
|
||||||
- Annex monad of the remote that is receiving the object, rather than
|
- Annex monad of the remote that is receiving the object, rather than
|
||||||
- the sender. So it cannot rely on Annex state, particular
|
- the sender. So it cannot rely on Annex state.
|
||||||
-}
|
-}
|
||||||
prepSendAnnex :: Key -> Annex (Maybe (FilePath, Annex Bool))
|
prepSendAnnex :: Key -> Annex (Maybe (FilePath, Annex Bool))
|
||||||
prepSendAnnex key = withObjectLoc key indirect direct
|
prepSendAnnex key = withObjectLoc key indirect direct
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue