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
|
sshToRepo repo sshcmd = do
|
||||||
g <- fromRepo id
|
g <- fromRepo id
|
||||||
let c = extractRemoteGitConfig g (Git.repoDescribe repo)
|
let c = extractRemoteGitConfig g (Git.repoDescribe repo)
|
||||||
opts = map Param $ remoteAnnexSshOptions c
|
let opts = map Param $ remoteAnnexSshOptions c
|
||||||
host = Git.Url.hostuser repo
|
let host = Git.Url.hostuser repo
|
||||||
params <- sshCachingOptions (host, Git.Url.port repo) opts
|
params <- sshCachingOptions (host, Git.Url.port repo) opts
|
||||||
return $ params ++ Param host : sshcmd
|
return $ params ++ Param host : sshcmd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue