summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-11-03 14:30:36 -0800
committerGitHub <noreply@github.com>2020-11-03 14:30:36 -0800
commit31312fb087f9925f810b2165bc6da07665562368 (patch)
treee93439b9b591954f449db5ed88d70081f8fdc3d1
parent2cf204d3e19b572d6b6f8f3492092e84f6c541d9 (diff)
downloadchef-31312fb087f9925f810b2165bc6da07665562368.tar.gz
Update lib/chef/resource/csh.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--lib/chef/resource/csh.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/csh.rb b/lib/chef/resource/csh.rb
index 34b130e74f..6f0c37d01e 100644
--- a/lib/chef/resource/csh.rb
+++ b/lib/chef/resource/csh.rb
@@ -29,7 +29,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."
def initialize(name, run_context = nil)