fixed logFile
This commit is contained in:
parent
e0bd9d43a2
commit
1870186632
11 changed files with 26 additions and 36 deletions
|
@ -78,8 +78,7 @@ checkRemoteUnused' r = do
|
|||
showLongNote $ "\n"
|
||||
where
|
||||
isthere k = do
|
||||
g <- Annex.gitRepo
|
||||
us <- keyLocations g k
|
||||
us <- keyLocations k
|
||||
return $ uuid `elem` us
|
||||
uuid = Remote.uuid r
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue