fix tab damage
This commit is contained in:
parent
a1eded8641
commit
b9904b0c42
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ sshToRepo :: Git.Repo -> [CommandParam] -> Annex [CommandParam]
|
|||
sshToRepo repo sshcmd = do
|
||||
g <- fromRepo id
|
||||
let c = extractRemoteGitConfig g (Git.repoDescribe repo)
|
||||
opts = map Param $ remoteAnnexSshOptions c
|
||||
host = Git.Url.hostuser repo
|
||||
let opts = map Param $ remoteAnnexSshOptions c
|
||||
let host = Git.Url.hostuser repo
|
||||
params <- sshCachingOptions (host, Git.Url.port repo) opts
|
||||
return $ params ++ Param host : sshcmd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue