From 566d8c43c20d134170532cdd07168522f560bb12 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 22 Mar 2018 21:13:54 -0700 Subject: Call the new method name Signed-off-by: Tim Smith --- lib/chef/resource/sudo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/resource/sudo.rb b/lib/chef/resource/sudo.rb index 03b77cb805..f8c4bf5af1 100644 --- a/lib/chef/resource/sudo.rb +++ b/lib/chef/resource/sudo.rb @@ -129,7 +129,7 @@ class Chef # default config prefix paths based on platform # @return [String] - def config_prefix + def platform_config_prefix case node["platform_family"] when "smartos" "/opt/local/etc" -- cgit v1.2.1