summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-01-22 11:59:00 -0800
committerGitHub <noreply@github.com>2020-01-22 11:59:00 -0800
commit5dfdd510ebe6b888b7730c9231ae134685d1c187 (patch)
treed42aeb46d4232244c4792f2e9767c29b34fdb1db
parent71fdc59c7b841c0a8a3f11760deb34e306c38ba5 (diff)
parentdcf0ec97c64f12b2ac240240658ff4dd29bf565c (diff)
downloadchef-5dfdd510ebe6b888b7730c9231ae134685d1c187.tar.gz
launchd: Fix capitalization of HardResourceLimits (#9239)
launchd: Fix capitalization of HardResourceLimits
-rw-r--r--lib/chef/provider/launchd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/launchd.rb b/lib/chef/provider/launchd.rb
index 4f20a417a6..16fe34f6ea 100644
--- a/lib/chef/provider/launchd.rb
+++ b/lib/chef/provider/launchd.rb
@@ -194,7 +194,7 @@ class Chef
"environment_variables" => "EnvironmentVariables",
"exit_timeout" => "ExitTimeout",
"ld_group" => "GroupName",
- "hard_resource_limits" => "HardreSourceLimits",
+ "hard_resource_limits" => "HardResourceLimits",
"inetd_compatibility" => "inetdCompatibility",
"init_groups" => "InitGroups",
"keep_alive" => "KeepAlive",