diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-04 15:44:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-04 15:44:46 -0400 |
commit | 33f56b5346ff6ba3bda797eb83758a5b46298b6b (patch) | |
tree | a44f32d55bb9725fc3dd08cc441a21249580b628 | |
parent | f4ee89269524f99151509f7d7f4e2e7d2ff0f98d (diff) |
typo
-rw-r--r-- | Annex/Ssh.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Ssh.hs b/Annex/Ssh.hs index 276bac5a4..c720a6bb5 100644 --- a/Annex/Ssh.hs +++ b/Annex/Ssh.hs @@ -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 |