diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-05 15:31:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-05 15:31:46 -0400 |
commit | aad1372880ba32f1161a0d05422008cba38bb412 (patch) | |
tree | 3ff855af958b091e9d31f6b94438a3b9c4f52550 /Command/Map.hs | |
parent | acde7a1736fdee58be0af0773da6e2d9e0c2d220 (diff) |
move repoConfig out of Remotes
Diffstat (limited to 'Command/Map.hs')
-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 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" |