Skip to content

Commit f1b7a50

Browse files
committed
1 parent 773b858 commit f1b7a50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ Specifies a validation command to apply to the destination file. Requires Puppet
180180

181181
Specifies whether to add a header message at the top of the destination file. Valid options: the booleans 'true' and 'false', or a string to serve as the header. Default value: 'false'.
182182

183-
If you set 'warn' to 'true', `concat` adds the following message:
183+
If you set 'warn' to 'true', `concat` adds the following line with an `order` of `0`:
184184

185185
~~~
186-
# This file is managed by Puppet. DO NOT EDIT.\n
186+
# This file is managed by Puppet. DO NOT EDIT.
187187
~~~
188188

189189
Before 2.0.0, this parameter would add a newline at the end of the warn

0 commit comments

Comments
 (0)