summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-05 15:31:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-05 15:31:46 -0400
commitaad1372880ba32f1161a0d05422008cba38bb412 (patch)
tree3ff855af958b091e9d31f6b94438a3b9c4f52550 /Command
parentacde7a1736fdee58be0af0773da6e2d9e0c2d220 (diff)
move repoConfig out of Remotes
Diffstat (limited to 'Command')
-rw-r--r--Command/Map.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Map.hs b/Command/Map.hs
index b3005e482..fbc48392a 100644
--- a/Command/Map.hs
+++ b/Command/Map.hs
@@ -204,7 +204,7 @@ tryScan r
configlist =
Remotes.onRemote r (pipedconfig, Nothing) "configlist" []
manualconfiglist = do
- sshoptions <- Remotes.repoConfig r "ssh-options" ""
+ sshoptions <- Annex.repoConfig r "ssh-options" ""
let sshcmd =
"cd " ++ shellEscape(Git.workTree r) ++ " && " ++
"git config --list"