summaryrefslogtreecommitdiff
path: root/src/Repo.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Repo.hs')
-rw-r--r--src/Repo.hs2
1 files changed, 1 insertions, 1 deletions
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