Fix transferring files to special remotes in direct mode.
This commit is contained in:
parent
e457be7631
commit
909f67443f
10 changed files with 33 additions and 38 deletions
|
@ -309,7 +309,6 @@ withObjectLoc key indirect direct = ifM isDirect
|
|||
where
|
||||
goindirect = indirect =<< inRepo (gitAnnexLocation key)
|
||||
|
||||
|
||||
cleanObjectLoc :: Key -> Annex ()
|
||||
cleanObjectLoc key = do
|
||||
file <- inRepo $ gitAnnexLocation key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue