Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libpromises/evalfunction.c
Original file line number Diff line number Diff line change
Expand Up @@ -11541,6 +11541,8 @@ static const FnCallArg DATA_EXPAND_ARGS[] =

static const FnCallArg STRING_MUSTACHE_ARGS[] =
{
{CF_ANYSTRING, CF_DATA_TYPE_STRING, "Mustache template string"},
{CF_ANYSTRING, CF_DATA_TYPE_STRING, "CFEngine variable identifier or inline JSON, can be blank"},
{NULL, CF_DATA_TYPE_NONE, NULL}
};

Expand Down
Loading