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