revert reversion
This reverts commit 7bfc4a5442
.
Android build is going to have consistent versions again.
This commit is contained in:
parent
6b08fdc818
commit
9c8abb761f
5 changed files with 13 additions and 29 deletions
|
@ -194,11 +194,11 @@ tryScan r
|
|||
| Git.repoIsUrl r = return Nothing
|
||||
| otherwise = liftIO $ safely $ Git.Config.read r
|
||||
where
|
||||
pipedconfig c params = liftIO $ safely $
|
||||
pipedconfig cmd params = liftIO $ safely $
|
||||
withHandle StdoutHandle createProcessSuccess p $
|
||||
Git.Config.hRead r
|
||||
where
|
||||
p = proc c $ toCommand params
|
||||
p = proc cmd $ toCommand params
|
||||
|
||||
configlist = Ssh.onRemote r (pipedconfig, return Nothing) "configlist" [] []
|
||||
manualconfiglist = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue