typo
This commit is contained in:
parent
f839d407e3
commit
c21567dfd3
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ runWriter a = do
|
|||
v <- case st' of
|
||||
DbOpen qh -> a (WriteHandle qh)
|
||||
_ -> error "internal"
|
||||
return (v, st)
|
||||
return (v, st')
|
||||
|
||||
queueDb :: SqlPersistM () -> WriteHandle -> Annex ()
|
||||
queueDb a (WriteHandle h) = liftIO $ H.queueDb h checkcommit a
|
||||
|
|
Loading…
Reference in a new issue