diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-27 19:23:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-27 19:23:00 -0400 |
commit | 28bf28a73c503c7c2d9add38e964149355bb9e50 (patch) | |
tree | 169796dee448367549cdf3a3e9a65126d24fec00 /Command | |
parent | 4868b64868747455a9c5d512650f9e7074e6009e (diff) |
rename
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Map.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Map.hs b/Command/Map.hs index 6206aeeb5..dc3acb56e 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -16,7 +16,7 @@ import Data.List.Utils import Command import qualified Annex import qualified GitRepo as Git -import qualified Remote.GitRemote +import qualified Remote.Git import Messages import Types import Utility @@ -203,7 +203,7 @@ tryScan r Git.hConfigRead r configlist = - Remote.GitRemote.onRemote r (pipedconfig, Nothing) "configlist" [] + Remote.Git.onRemote r (pipedconfig, Nothing) "configlist" [] manualconfiglist = do let sshcmd = "cd " ++ shellEscape(Git.workTree r) ++ " && " ++ |