hslint
This commit is contained in:
parent
e3f1568e0f
commit
d64132a43a
16 changed files with 25 additions and 29 deletions
|
@ -165,7 +165,7 @@ onLocal :: Git.Repo -> Annex a -> IO a
|
|||
onLocal r a = do
|
||||
-- Avoid re-reading the repository's configuration if it was
|
||||
-- already read.
|
||||
state <- if (M.null $ Git.configMap r)
|
||||
state <- if M.null $ Git.configMap r
|
||||
then Annex.new r
|
||||
else return $ Annex.newState r
|
||||
Annex.eval state $ do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue