summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-05-15 21:56:25 +0000
committerJohn <john.mccrae@progress.com>2023-05-15 21:56:25 +0000
commit59d21767410c8f1e940257b225dc34ab703eefeb (patch)
treef24469be6f397b36cb7310625c6990145f2f2675
parent2f25e4d5135faab57cbccd7ba576e5cff1e6b4b6 (diff)
downloadchef-59d21767410c8f1e940257b225dc34ab703eefeb.tar.gz
[chef-17] 26 of X - Updating EOL Support
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--lib/chef/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index ba2eee8ebe..a7f2b99f8e 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -340,7 +340,7 @@ class Chef
end
def eol_override
- # If you want to override the exisitn EOL date, add a file in the root of Chef
+ # If you want to override the existing EOL date, add a file in the root of Chef
# put a date in it in the form of YYYY-DD-MM.
override_file = "EOL_override"
if File.exist?(override_file)