go go gadget hlint
This commit is contained in:
parent
9d26192350
commit
9f6b7935dd
21 changed files with 35 additions and 37 deletions
|
@ -111,7 +111,7 @@ chooseBackends :: [FilePath] -> Annex [BackendFile]
|
|||
chooseBackends fs = do
|
||||
g <- Annex.gitRepo
|
||||
forced <- Annex.getState Annex.forcebackend
|
||||
if forced /= Nothing
|
||||
if isJust forced
|
||||
then do
|
||||
l <- orderedList
|
||||
return $ map (\f -> (Just $ head l, f)) fs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue