unnecessary do block
This commit is contained in:
parent
bb228fa46d
commit
0963f92984
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ withKeysReferenced' mdir initial a = do
|
|||
go v' fs
|
||||
|
||||
withKeysReferencedInGit :: (Key -> Annex ()) -> Annex ()
|
||||
withKeysReferencedInGit a = do
|
||||
withKeysReferencedInGit a =
|
||||
showref >>= mapM_ (withKeysReferencedInGitRef a) . relevantrefs
|
||||
where
|
||||
showref = inRepo $ Git.Command.pipeReadStrict [Param "show-ref"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue