RawFilePath optimisations
This commit is contained in:
parent
224a57f9ed
commit
d00e23cac9
3 changed files with 4 additions and 4 deletions
|
@ -132,7 +132,7 @@ start from inc si file key = Backend.getBackend (fromRawFilePath file) key >>= \
|
|||
|
||||
perform :: Key -> RawFilePath -> Backend -> NumCopies -> Annex Bool
|
||||
perform key file backend numcopies = do
|
||||
keystatus <- getKeyFileStatus key (fromRawFilePath file)
|
||||
keystatus <- getKeyFileStatus key file
|
||||
check
|
||||
-- order matters
|
||||
[ fixLink key file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue