diff --git a/Types/GitConfig.hs b/Types/GitConfig.hs index 44629d4126..4b892bd5ff 100644 --- a/Types/GitConfig.hs +++ b/Types/GitConfig.hs @@ -265,7 +265,7 @@ extractGitConfig configsource r = GitConfig | otherwise = Nothing in mapMaybe get (M.toList (Git.config r)) ] - , annexAdviceNoSshCaching = getbool (annexConfig "adviceNoSshCaching") True + , annexAdviceNoSshCaching = getbool (annexConfig "advicenosshcaching") True } where getbool k d = fromMaybe d $ getmaybebool k