From f1b7a50f68300107a900b93dd29facf4ac1bcf35 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Mon, 1 Jun 2015 10:36:22 +0100 Subject: [PATCH] Fixup the wording in README See discussion in https://github.com/puppetlabs/puppetlabs-concat/pull/320/files#r31339621 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a7f9ccf9..2b9883469 100644 --- a/README.md +++ b/README.md @@ -180,10 +180,10 @@ Specifies a validation command to apply to the destination file. Requires Puppet 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'. -If you set 'warn' to 'true', `concat` adds the following message: +If you set 'warn' to 'true', `concat` adds the following line with an `order` of `0`: ~~~ -# This file is managed by Puppet. DO NOT EDIT.\n +# This file is managed by Puppet. DO NOT EDIT. ~~~ Before 2.0.0, this parameter would add a newline at the end of the warn