summaryrefslogtreecommitdiff
path: root/chef-bin/bin
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-11-02 16:52:59 -0800
committerPete Higgins <pete@peterhiggins.org>2020-11-02 17:10:10 -0800
commit6e80dbccc43c89c7f03ef8ac99e507565aff2d25 (patch)
tree305918f87b29b4e771bd9a410819dea2e354d712 /chef-bin/bin
parent09a008a8b845be08580678e7a60de55bcef27ca8 (diff)
downloadchef-6e80dbccc43c89c7f03ef8ac99e507565aff2d25.tar.gz
Namespace ResourceInspector to avoid conflicts with Inspec's.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'chef-bin/bin')
-rwxr-xr-xchef-bin/bin/chef-resource-inspector2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/bin/chef-resource-inspector b/chef-bin/bin/chef-resource-inspector
index 90bd94e05d..e5f4100441 100755
--- a/chef-bin/bin/chef-resource-inspector
+++ b/chef-bin/bin/chef-resource-inspector
@@ -23,4 +23,4 @@ $:.unshift(File.expand_path(File.join(__dir__, "..", "lib")))
require "chef/resource_inspector"
-ResourceInspector.start
+Chef::ResourceInspector.start