From 18a3a186e9cdb69ee503d961d8285a341d818c48 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Jan 2013 13:52:47 -0400 Subject: type based git config handling for remotes Still a couple of places that use git config ad-hoc, but this is most of it done. --- Annex/Queue.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Annex/Queue.hs') diff --git a/Annex/Queue.hs b/Annex/Queue.hs index 0f8c38ab9..a5ef60037 100644 --- a/Annex/Queue.hs +++ b/Annex/Queue.hs @@ -54,7 +54,7 @@ get = maybe new return =<< getState repoqueue new :: Annex Git.Queue.Queue new = do - q <- Git.Queue.new . annexQueueSize <$> getConfig + q <- Git.Queue.new . annexQueueSize <$> getGitConfig store q return q -- cgit v1.2.3