From 31312fb087f9925f810b2165bc6da07665562368 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 3 Nov 2020 14:30:36 -0800 Subject: Update lib/chef/resource/csh.rb Signed-off-by: Tim Smith Co-authored-by: pete higgins --- lib/chef/resource/csh.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef') 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) -- cgit v1.2.1