This commit is contained in:
Joey Hess 2011-03-27 19:23:00 -04:00
parent 4868b64868
commit 28bf28a73c
3 changed files with 5 additions and 4 deletions

View file

@ -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) ++ " && " ++