From 28bf28a73c503c7c2d9add38e964149355bb9e50 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 27 Mar 2011 19:23:00 -0400 Subject: rename --- Command/Map.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Command/Map.hs') 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) ++ " && " ++ -- cgit v1.2.3