From 2c25de2828f8a959acd5542730ad15a0136fd3ee Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Fri, 18 Jan 2013 13:11:37 +0100 Subject: [CHEF-972] created a ConditionalAction class to be used in resource#should_skip? method --- lib/chef/formatters/doc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/formatters/doc.rb') diff --git a/lib/chef/formatters/doc.rb b/lib/chef/formatters/doc.rb index 6a969404c1..300311819f 100644 --- a/lib/chef/formatters/doc.rb +++ b/lib/chef/formatters/doc.rb @@ -162,7 +162,7 @@ class Chef # Called when a resource action has been skipped b/c of a conditional def resource_skipped(resource, action, conditional) # TODO: more info about conditional - puts " (skipped due to #{conditional.positivity})" + puts " (skipped due to #{conditional.short_description})" end # Called after #load_current_resource has run. -- cgit v1.2.1