summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasu1105 <vasundhara.jagdale@msystechnologies.com>2020-02-17 02:28:27 -0800
committerVasu1105 <vasundhara.jagdale@msystechnologies.com>2020-02-23 23:09:55 -0800
commit8e5d87f13f91780f5a61cad4e78f2ae6c94f36b4 (patch)
tree5871d3c702f5f7226eb7d7944109bcfa7e5d3ac4
parent39bd22505b847ff305ca4a6c58b0c0a64c367e44 (diff)
downloadchef-8e5d87f13f91780f5a61cad4e78f2ae6c94f36b4.tar.gz
Reverted unwanted changes
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
-rw-r--r--lib/chef/resource.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb
index 19c6c2e59f..ca1736aef9 100644
--- a/lib/chef/resource.rb
+++ b/lib/chef/resource.rb
@@ -588,7 +588,7 @@ class Chef
begin
return if should_skip?(action)
- provider_for_action(action).run_action(action)
+ provider_for_action(action).run_action
rescue StandardError => e
if ignore_failure
logger.error("#{custom_exception_message(e)}; ignore_failure is set, continuing")