From b05013516d858af43f3429683e52adfc4447e896 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 26 May 2025 11:37:26 +0200 Subject: Update config. --- lib/git_presenters.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/git_presenters.ml') diff --git a/lib/git_presenters.ml b/lib/git_presenters.ml index 680a16c..a3dbc96 100644 --- a/lib/git_presenters.ml +++ b/lib/git_presenters.ml @@ -1,7 +1,9 @@ +(* -*- mode: tuareg; -*- *) + module Store = Git_unix.Store open Config -let full_path path = Filename.concat config.repositories_root path +let full_path path = Filename.concat config.repositories_root_path path let store repo = let path = Fpath.v @@ full_path repo in -- cgit v1.2.3