From 31c243d5679825362ca0f60042ad5f4f8a2ba6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 12 Sep 2026 11:05:16 +0200 Subject: Add "writable" flag to repo required for pushing --- src/Command.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Command.hs') 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 ) ] } -- cgit v1.2.3