From 0090ba66ebb5b6ad242f0b5d67be7c59ddcd3d0a Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 23 Sep 2020 20:28:30 -0700 Subject: Use ChefUtils::CANARY and update to the chefstyle that enforces that Signed-off-by: Tim Smith --- lib/chef/resource/file.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/resource') diff --git a/lib/chef/resource/file.rb b/lib/chef/resource/file.rb index f9f7823f0a..7bebc4ae4c 100644 --- a/lib/chef/resource/file.rb +++ b/lib/chef/resource/file.rb @@ -22,7 +22,7 @@ require_relative "../platform/query_helpers" require_relative "../mixin/securable" require_relative "file/verification" require "pathname" unless defined?(Pathname) -require "chef-utils" unless defined?(ChefUtils) +require "chef-utils" unless defined?(ChefUtils::CANARY) class Chef class Resource -- cgit v1.2.1