improve data type
This commit is contained in:
parent
f7256842cc
commit
ec28151722
5 changed files with 8 additions and 7 deletions
|
@ -221,7 +221,7 @@ scanAssociatedFiles = whenM (isJust <$> inRepo Git.Branch.current) $
|
|||
forM_ l $ \i ->
|
||||
when (isregfile i) $
|
||||
maybe noop (add h i)
|
||||
=<< catKey (Git.Types.Ref $ Git.LsTree.sha i)
|
||||
=<< catKey (Git.LsTree.sha i)
|
||||
liftIO $ void cleanup
|
||||
where
|
||||
dropallassociated = queueDb $
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue