use fromRepo
This commit is contained in:
parent
9e8d40181f
commit
3edd427b84
1 changed files with 1 additions and 1 deletions
|
@ -170,5 +170,5 @@ updateTransportHandle :: TransportHandle -> IO TransportHandle
|
||||||
updateTransportHandle h@(TransportHandle _g annexstate) = do
|
updateTransportHandle h@(TransportHandle _g annexstate) = do
|
||||||
g' <- liftAnnex h $ do
|
g' <- liftAnnex h $ do
|
||||||
reloadConfig
|
reloadConfig
|
||||||
Annex.fromRepo id
|
Annex.gitRepo
|
||||||
return (TransportHandle (LocalRepo g') annexstate)
|
return (TransportHandle (LocalRepo g') annexstate)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue