summaryrefslogtreecommitdiff
path: root/Command/Map.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Map.hs')
-rw-r--r--Command/Map.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Map.hs b/Command/Map.hs
index 00b5fc21b..4d0f90003 100644
--- a/Command/Map.hs
+++ b/Command/Map.hs
@@ -198,7 +198,7 @@ tryScan r
Left _ -> return Nothing
Right r' -> return $ Just r'
pipedconfig cmd params = safely $
- pOpen ReadFromPipe cmd (toShell params) $
+ pOpen ReadFromPipe cmd (toCommand params) $
Git.hConfigRead r
configlist =