diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-28 16:25:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-28 16:25:31 -0400 |
commit | 4cd96ad2db0867ef7450215d3de7afcf748d7088 (patch) | |
tree | 4dd077502002f5cc476fb9ed0edeee2c1fb25930 /Command | |
parent | fcdc4797a9ab2b792a9bb20f2ca9802b8f6d5a1e (diff) |
rename
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Map.hs | 2 |
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 = |