diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-09 14:26:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-09 14:26:32 -0400 |
commit | 8ad901a647a9c7cf179dc2dd73d121adc43a28fb (patch) | |
tree | f62b1ff88490f84e34cda0b4cd419be4261010fb /Command | |
parent | 1e7ad2ee7c63c02c8f6b9df465576c8245bba8a6 (diff) |
refactor
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Map.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/Map.hs b/Command/Map.hs index dc3acb56e..2325c87e1 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -16,7 +16,6 @@ import Data.List.Utils import Command import qualified Annex import qualified GitRepo as Git -import qualified Remote.Git import Messages import Types import Utility @@ -203,7 +202,7 @@ tryScan r Git.hConfigRead r configlist = - Remote.Git.onRemote r (pipedconfig, Nothing) "configlist" [] + onRemote r (pipedconfig, Nothing) "configlist" [] manualconfiglist = do let sshcmd = "cd " ++ shellEscape(Git.workTree r) ++ " && " ++ |