summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-12-09 14:46:02 -0500
committerJohn McCrae <john.mccrae@progress.com>2022-12-09 14:46:02 -0500
commit074b18ed76686de3f48b4d2aac560b1a0df0bbaf (patch)
treed7474eb44defd2d739ca7c7c7af191a320bbc5d0
parentf5a1862c16cbd139702d0b96857d4f076bce08eb (diff)
downloadchef-jfm/chef18_amazon.tar.gz
correcting linting issuejfm/chef18_amazon
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--lib/chef/resource/timezone.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/timezone.rb b/lib/chef/resource/timezone.rb
index 7b91bd277d..72da6534e8 100644
--- a/lib/chef/resource/timezone.rb
+++ b/lib/chef/resource/timezone.rb
@@ -108,7 +108,7 @@ class Chef
else
case node["platform_family"]
# Old version of RHEL < 7 and Amazon 201X
- when "rhel"#, "amazon"
+ when "rhel"
timezone current_rhel_tz
when "mac_os_x"
timezone current_macos_tz