From cd1d2d886e15f54f68875665a6ad2d004733ae2a Mon Sep 17 00:00:00 2001 From: Jan Graichen Date: Mon, 16 Sep 2024 18:44:32 +0200 Subject: [PATCH] chore: Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61edf5b..027021a 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ def run(): # generate complex config file config = "Very complex config!" - return __salt__["template.managed"](config, sign="//") + return __salt__["template.managed"](config, comment_prefix="//") ``` ```