summaryrefslogtreecommitdiff
path: root/chef-bin/bin
diff options
context:
space:
mode:
authorMarc Chamberland <chamberland.marc@gmail.com>2019-11-05 13:25:35 -0500
committerMarc Chamberland <chamberland.marc@gmail.com>2019-12-05 08:47:17 -0500
commit13c693c0669c1f65331cd244797529c514cee047 (patch)
tree0ce61e61a954ae03452d565b8e08f0f88e6c2ae6 /chef-bin/bin
parente1a8a9d22f587e514b208d747d86a64979bad8db (diff)
downloadchef-13c693c0669c1f65331cd244797529c514cee047.tar.gz
some leftover/new "Chef" references converted to distro constants
Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
Diffstat (limited to 'chef-bin/bin')
-rwxr-xr-xchef-bin/bin/chef-service-manager1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef-bin/bin/chef-service-manager b/chef-bin/bin/chef-service-manager
index 2cf0256528..64cc043a54 100755
--- a/chef-bin/bin/chef-service-manager
+++ b/chef-bin/bin/chef-service-manager
@@ -21,6 +21,7 @@
$:.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
require "chef"
require "chef/application/windows_service_manager"
+require "chef/dist"
if Chef::Platform.windows?
chef_client_service = {