From b4690c58ae034207ddcbb8625e066f5327930f97 Mon Sep 17 00:00:00 2001 From: Thom May Date: Mon, 18 Dec 2017 19:29:50 +0000 Subject: feed chefstyle Signed-off-by: Thom May --- lib/chef/resource/file/verification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/resource/file/verification.rb') diff --git a/lib/chef/resource/file/verification.rb b/lib/chef/resource/file/verification.rb index cfbdfd5263..ed6fce2e5c 100644 --- a/lib/chef/resource/file/verification.rb +++ b/lib/chef/resource/file/verification.rb @@ -122,7 +122,7 @@ class Chef def to_s if @block - '' + "" elsif @command.is_a?(Symbol) "#{@command.inspect} (#{Chef::Resource::File::Verification.lookup(@command).name})" elsif @command.is_a?(String) -- cgit v1.2.1