diff options
author | Tim Smith <tsmith@chef.io> | 2020-11-03 14:30:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 14:30:24 -0800 |
commit | a8116feaebf0336382b98dd757ab4a57f66f6e5f (patch) | |
tree | 5b1f068b41caee1843e12b1f2db73db107e5cfaa | |
parent | 552f4ea4028e455afcdbfe7db78a90b55b9645b7 (diff) | |
download | chef-a8116feaebf0336382b98dd757ab4a57f66f6e5f.tar.gz |
Update lib/chef/resource/perl.rb
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r-- | lib/chef/resource/perl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/perl.rb b/lib/chef/resource/perl.rb index e8c61e3dd9..ac98c69a8c 100644 --- a/lib/chef/resource/perl.rb +++ b/lib/chef/resource/perl.rb @@ -34,7 +34,7 @@ class Chef " This resource may also use any of the actions and properties that are"\ " available to the **execute** resource. Commands that are executed with this"\ " resource are (by their nature) not idempotent, as they are typically"\ - " unique to the environment in which they are run. Use not_if and only_if"\ + " unique to the environment in which they are run. Use `not_if` and `only_if`"\ " to guard this resource for idempotence." end end |