summaryrefslogtreecommitdiff
path: root/lib/chef/resource/perl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/perl.rb')
-rw-r--r--lib/chef/resource/perl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/perl.rb b/lib/chef/resource/perl.rb
index 21f9755bc5..e8c61e3dd9 100644
--- a/lib/chef/resource/perl.rb
+++ b/lib/chef/resource/perl.rb
@@ -32,7 +32,7 @@ class Chef
description "Use the **perl** resource to execute scripts using the Perl interpreter."\
" This resource may also use any of the actions and properties that are"\
- " available to the execute resource. Commands that are executed with this"\
+ " 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"\
" to guard this resource for idempotence."