summaryrefslogtreecommitdiff
path: root/UUID.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-01 00:04:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-01 00:04:53 -0400
commit99c522edeff6add3ece41922f862c59b5afdddbe (patch)
treecbeb49c44117e9a8c41740508a276f92a216dd73 /UUID.hs
parent0bd7ebbf356c2753fbd6e29b925efef0b4eb3f74 (diff)
finished adding support for annex.ssh-options
Diffstat (limited to 'UUID.hs')
-rw-r--r--UUID.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UUID.hs b/UUID.hs
index d683e0b98..ffd2cd46d 100644
--- a/UUID.hs
+++ b/UUID.hs
@@ -83,7 +83,7 @@ setConfig key value = do
g <- Annex.gitRepo
liftIO $ Git.run g ["config", key, value]
-- re-read git config and update the repo's state
- g' <- liftIO $ Git.configRead g
+ g' <- liftIO $ Git.configRead g Nothing
Annex.gitRepoChange g'
{- Filters a list of repos to ones that have listed UUIDs. -}