From 0962c43bf742520c21a72c3367d912de47e84aeb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 23 Jul 2013 13:40:27 -0400 Subject: [PATCH] fix build --- Assistant/WebApp/Configurators/Local.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/WebApp/Configurators/Local.hs b/Assistant/WebApp/Configurators/Local.hs index 27cf526cb8..e8b7512200 100644 --- a/Assistant/WebApp/Configurators/Local.hs +++ b/Assistant/WebApp/Configurators/Local.hs @@ -271,7 +271,7 @@ getFinishAddDriveR drive = make >>= redirect . EditNewRepositoryR {- Removable drives are not reliable media, so enable fsync. -} liftIO $ inDir dir $ setConfig (ConfigKey "core.fsyncobjectfiles") - (boolConfig True) + (Git.Config.boolConfig True) r <- combineRepos dir remotename liftAnnex $ setStandardGroup u TransferGroup liftAssistant $ syncRemote r