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 452be9d..9dd6f35 100644
--- a/src/Command.hs
+++ b/src/Command.hs
@@ -37,7 +37,7 @@ import Repo
data CommonOptions = CommonOptions
{ optJobs :: Int
- , optRepo :: [ ( RepoName, FilePath ) ]
+ , optRepo :: [ ( RepoName, ( Bool, FilePath ) ) ]
, optDestination :: [ ( DestinationName, Text ) ]
}