summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-11-03 14:30:30 -0800
committerGitHub <noreply@github.com>2020-11-03 14:30:30 -0800
commit2cf204d3e19b572d6b6f8f3492092e84f6c541d9 (patch)
tree9a766c4e44f0fc42380b4c4543b2c22970f73670
parenta8116feaebf0336382b98dd757ab4a57f66f6e5f (diff)
downloadchef-2cf204d3e19b572d6b6f8f3492092e84f6c541d9.tar.gz
Update lib/chef/resource/ksh.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--lib/chef/resource/ksh.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/ksh.rb b/lib/chef/resource/ksh.rb
index 24272aa25c..003905b200 100644
--- a/lib/chef/resource/ksh.rb
+++ b/lib/chef/resource/ksh.rb
@@ -30,7 +30,7 @@ class Chef
" 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 to guard this resource for idempotence."
+ " and `only_if` to guard this resource for idempotence."
introduced "12.6"
def initialize(name, run_context = nil)