typo
This commit is contained in:
parent
1cc8bac2cd
commit
a6374b7a3d
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ sshOptionsTo :: Git.Repo -> RemoteGitConfig -> Git.Repo -> Annex Git.Repo
|
|||
sshOptionsTo remote gc g
|
||||
| not (Git.repoIsUrl remote) || Git.repoIsHttp remote = unchanged
|
||||
| otherwise = case Git.Url.hostuser remote of
|
||||
Nothing -> uncached
|
||||
Nothing -> unchanged
|
||||
Just host -> do
|
||||
(msockfile, _) <- sshCachingInfo (host, Git.Url.port remote)
|
||||
case msockfile of
|
||||
|
|
Loading…
Reference in a new issue