summaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-04 15:44:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-04 15:44:46 -0400
commit33f56b5346ff6ba3bda797eb83758a5b46298b6b (patch)
treea44f32d55bb9725fc3dd08cc441a21249580b628 /Annex
parentf4ee89269524f99151509f7d7f4e2e7d2ff0f98d (diff)
typo
Diffstat (limited to 'Annex')
-rw-r--r--Annex/Ssh.hs2
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