Skip to content

Commit

Permalink
chore: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Sep 16, 2024
1 parent 295ad11 commit cd1d2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="//")
```

```
Expand Down

0 comments on commit cd1d2d8

Please sign in to comment.