summaryrefslogtreecommitdiff
path: root/src/Command.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Command.hs')
-rw-r--r--src/Command.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Command.hs b/src/Command.hs
index 0b1c790..30b0df0 100644
--- a/src/Command.hs
+++ b/src/Command.hs
@@ -36,7 +36,7 @@ import Repo
data CommonOptions = CommonOptions
{ optJobs :: Int
- , optRepo :: [ DeclaredRepo ]
+ , optRepo :: [ ( RepoName, FilePath ) ]
}
defaultCommonOptions :: CommonOptions