summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Culter <austinculter@gmail.com>2020-08-18 14:39:10 +0200
committerGitHub <noreply@github.com>2020-08-18 14:39:10 +0200
commit90c0e1624d38be7e6a39d92ddf09d09ab46e80ca (patch)
tree5a916c46429239a6a640c0fcb9637a3b0ba0e057
parent9947238ad07dea42190aaebe38af0df60055ad45 (diff)
downloadchef-90c0e1624d38be7e6a39d92ddf09d09ab46e80ca.tar.gz
Capitalize apple
Dumb change simply to sign-off previous commit. Signed-off-by: Austin Culter <austinculter@gmail.com>
-rw-r--r--lib/chef/resource/osx_profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/osx_profile.rb b/lib/chef/resource/osx_profile.rb
index 6bc86aaefc..3528b8f837 100644
--- a/lib/chef/resource/osx_profile.rb
+++ b/lib/chef/resource/osx_profile.rb
@@ -81,7 +81,7 @@ class Chef
def check_resource_semantics!
if mac? && node["platform_version"] =~ ">= 11.0"
- raise "The osx_profile resource is not available on macOS Big Sur or above due to the removal of apple support for CLI installation of profiles"
+ raise "The osx_profile resource is not available on macOS Big Sur or above due to the removal of Apple support for CLI installation of profiles"
end
if action == :remove