diff options
Diffstat (limited to 'lib/chef/provider/osx_profile.rb')
-rw-r--r-- | lib/chef/provider/osx_profile.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/osx_profile.rb b/lib/chef/provider/osx_profile.rb index 531d822334..7a2f8ced20 100644 --- a/lib/chef/provider/osx_profile.rb +++ b/lib/chef/provider/osx_profile.rb @@ -68,7 +68,7 @@ class Chef !@new_profile_identifier.end_with?(".mobileconfig") && /^\w+(?:(\.| )\w+)+$/.match(@new_profile_identifier) end - a.failure_message RuntimeError, "when removing using the identifier attribute, it must match the profile identifier" + a.failure_message RuntimeError, "when removing using the identifier property, it must match the profile identifier" else new_profile_name = new_resource.profile_name a.assertion do |