summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasu1105 <vasundhara.jagdale@msystechnologies.com>2019-01-30 11:44:08 +0530
committerVasu1105 <vasundhara.jagdale@msystechnologies.com>2019-01-30 12:50:45 +0530
commit67713f99594f4d659bec24bde4fd17dcbc0383c0 (patch)
tree94c7887aaba95f424d5528a8984bbc8bb7514987
parentbd0b646a45b5f3c674fa375200036cc00d38bb62 (diff)
downloadchef-67713f99594f4d659bec24bde4fd17dcbc0383c0.tar.gz
Fixed review comments.
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
-rw-r--r--lib/chef/resource/execute.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/execute.rb b/lib/chef/resource/execute.rb
index b97ca64851..ac797a14b4 100644
--- a/lib/chef/resource/execute.rb
+++ b/lib/chef/resource/execute.rb
@@ -22,7 +22,7 @@ require "chef/resource"
class Chef
class Resource
class Execute < Chef::Resource
- resource_name :execute
+ provides :execute
description "Use the execute resource to execute a single command. 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."\