unbreak android build
This reverts commitdd667844b6
and commite6eff0e951
. Those commits were fine, except the android autobuilder currently has a bit of a mess of yesod versions and broke. Better to wait on this.
This commit is contained in:
parent
4d681ae38b
commit
7bfc4a5442
5 changed files with 29 additions and 13 deletions
|
@ -194,11 +194,11 @@ tryScan r
|
|||
| Git.repoIsUrl r = return Nothing
|
||||
| otherwise = liftIO $ safely $ Git.Config.read r
|
||||
where
|
||||
pipedconfig cmd params = liftIO $ safely $
|
||||
pipedconfig c params = liftIO $ safely $
|
||||
withHandle StdoutHandle createProcessSuccess p $
|
||||
Git.Config.hRead r
|
||||
where
|
||||
p = proc cmd $ toCommand params
|
||||
p = proc c $ toCommand params
|
||||
|
||||
configlist = Ssh.onRemote r (pipedconfig, return Nothing) "configlist" [] []
|
||||
manualconfiglist = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue