From 81a5cd2bdc2610811f33ace7d0236ae18ddb2303 Mon Sep 17 00:00:00 2001 From: Pepijn Van Eeckhoudt Date: Wed, 7 May 2025 11:59:01 +0000 Subject: [PATCH] Correct config property key to retain aggregated source file --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 0c516da..b51f6d8 100644 --- a/README.adoc +++ b/README.adoc @@ -528,7 +528,7 @@ If not set, the command is expected to create this directory before writing the |`false` |Boolean -|`build.keep_source` +|`build.keep_aggregate_source` |Whether to keep the aggregate AsciiDoc source files under the build dir (images are always kept). |`false` |Boolean -- GitLab