From 1ed3fffece0a99db48997c8a09aa360143b6733a Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Wed, 19 Aug 2026 14:13:28 +0200 Subject: [PATCH] Added missing argument names to mergedata function attributes macro Changed mergedata.markdown from CFEngine_function_attributes() to CFEngine_function_attributes(arg1, arg2, ...), so the macro has names to pair with the two parameters core PR #6289 added. Ticket: CFE-4714 Signed-off-by: Lars Erik Wik --- content/reference/functions/mergedata.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reference/functions/mergedata.markdown b/content/reference/functions/mergedata.markdown index 672ac3a0a..1a116ff94 100644 --- a/content/reference/functions/mergedata.markdown +++ b/content/reference/functions/mergedata.markdown @@ -32,7 +32,7 @@ traditional list and array data types in CFEngine. - true and false are reserved bare values - In the event of key collision the _last_ key merged wins -{{< CFEngine_function_attributes() >}} +{{< CFEngine_function_attributes(arg1, arg2, ...) >}} **Example:**