diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-01 00:04:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-01 00:04:53 -0400 |
commit | 99c522edeff6add3ece41922f862c59b5afdddbe (patch) | |
tree | cbeb49c44117e9a8c41740508a276f92a216dd73 /Annex.hs | |
parent | 0bd7ebbf356c2753fbd6e29b925efef0b4eb3f74 (diff) |
finished adding support for annex.ssh-options
Diffstat (limited to 'Annex.hs')
-rw-r--r-- | Annex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ new gitrepo allbackends = do where prep = do -- read git config and update state - gitrepo' <- liftIO $ Git.configRead gitrepo + gitrepo' <- liftIO $ Git.configRead gitrepo Nothing Annex.gitRepoChange gitrepo' {- performs an action in the Annex monad -} |