diff options
author | Vivek Singh <vivek.singh@msystechnologies.com> | 2020-04-07 00:55:39 +0530 |
---|---|---|
committer | Vivek Singh <vivek.singh@msystechnologies.com> | 2020-04-07 01:11:15 +0530 |
commit | e091293eacc1d5944075ef5d220213cd2073799a (patch) | |
tree | f6a407a324ec7cba5f3745aeb25b1d97184aed6d /lib/chef/resource | |
parent | a700fec953f275b2b0338130baa85b12beec0aea (diff) | |
download | chef-e091293eacc1d5944075ef5d220213cd2073799a.tar.gz |
Add more typo fixes
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
Diffstat (limited to 'lib/chef/resource')
-rw-r--r-- | lib/chef/resource/powershell_script.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/powershell_script.rb b/lib/chef/resource/powershell_script.rb index f15a13ef60..35cd9cd47f 100644 --- a/lib/chef/resource/powershell_script.rb +++ b/lib/chef/resource/powershell_script.rb @@ -46,7 +46,7 @@ class Chef " executes a temporary file (similar to how the script resource behaves), rather than running"\ " the command inline. 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 idempotent." + " and only_if to guard this resource for idempotence." def initialize(name, run_context = nil) super(name, run_context, :powershell_script, "powershell.exe") |