From f449ef32e31e10b9412e932f0181ccfa4314e728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 8 Nov 2025 22:24:27 +0100 Subject: Allow repo declaration without giving path --- src/Repo.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Repo.hs') diff --git a/src/Repo.hs b/src/Repo.hs index 09e577b..c878b1e 100644 --- a/src/Repo.hs +++ b/src/Repo.hs @@ -72,7 +72,7 @@ getRepoWorkDir GitRepo {..} = takeDirectory gitDir data DeclaredRepo = DeclaredRepo { repoName :: RepoName - , repoPath :: FilePath + , repoPath :: Maybe FilePath } newtype RepoName = RepoName Text -- cgit v1.2.3