aboutsummaryrefslogtreecommitdiff
path: root/Command/Map.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-15 11:49:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-15 11:49:13 -0400
commit9f1b4c2f61a1173be9943a3e301b0e2dac789739 (patch)
treef6872483dc6aac00614e3a35ee7228371083a82e /Command/Map.hs
parent47061d00fdb2ebc51b9ca9cc99f006eb32212233 (diff)
revert reversion
This reverts commit 05c37ced983e89505c2c3cdcbe1db67e3a86560b. Android build is going to have consistent versions again.
Diffstat (limited to 'Command/Map.hs')
-rw-r--r--Command/Map.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Map.hs b/Command/Map.hs
index 702cde6e9..940a0796f 100644
--- a/Command/Map.hs
+++ b/Command/Map.hs
@@ -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