summaryrefslogtreecommitdiff
path: root/omnibus/files/openssl-customization/windows/ssl_env_hack.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-30 12:47:44 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-30 12:50:55 -0700
commitfb05da27685474ebcad1c12fe30dec452a979e65 (patch)
treebd002bb43a2984ff4fa28bb593ac6c88aa0465fb /omnibus/files/openssl-customization/windows/ssl_env_hack.rb
parent4b01b50f543e58658526bf9a803aad62bad711f0 (diff)
downloadchef-fb05da27685474ebcad1c12fe30dec452a979e65.tar.gz
Update Ohai to 16.2.3 and update some comments in omnibus
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus/files/openssl-customization/windows/ssl_env_hack.rb')
-rw-r--r--omnibus/files/openssl-customization/windows/ssl_env_hack.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/files/openssl-customization/windows/ssl_env_hack.rb b/omnibus/files/openssl-customization/windows/ssl_env_hack.rb
index eaa5949f2d..b86c17db82 100644
--- a/omnibus/files/openssl-customization/windows/ssl_env_hack.rb
+++ b/omnibus/files/openssl-customization/windows/ssl_env_hack.rb
@@ -16,8 +16,8 @@
#
# This script sets the SSL_CERT_FILE environment variable to the CA cert bundle
-# that ships with omnibus packages of Chef and Chef DK. If this environment
-# variable is already configured, this script is a no-op.
+# that ships with omnibus packages of Chef Infra Client and Chef Workstation. If
+# this environment variable is already configured, this script is a no-op.
#
# This is required to make Chef tools use https URLs out of the box.