summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Campi <andrea.campi@zephirworks.com>2013-02-21 17:34:40 +0000
committerBryan McLellan <btm@opscode.com>2013-04-12 11:23:15 -0700
commitcbcc5b615d096d16959597b0ba16a8024aea630d (patch)
tree62a63a7a36bcbb3fa4f14bffc3c5b6d92dfc2086
parenta8f1a337b198177a4c634d7ea85dc8e4ef67c173 (diff)
downloadchef-cbcc5b615d096d16959597b0ba16a8024aea630d.tar.gz
CHEF-3920: tighten wording to be more DRY.
-rw-r--r--lib/chef/provider.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider.rb b/lib/chef/provider.rb
index 3fe057bd9b..90e417e182 100644
--- a/lib/chef/provider.rb
+++ b/lib/chef/provider.rb
@@ -162,7 +162,7 @@ class Chef
# this block cannot interact with resources outside, e.g.,
# manipulating notifies.
- converge_by ("would evaluate block and run any associated actions") do
+ converge_by ("evaluate block and run any associated actions") do
saved_run_context = @run_context
@run_context = @run_context.dup
@run_context.resource_collection = Chef::ResourceCollection.new