summaryrefslogtreecommitdiff
path: root/lib/chef/resource/macosx_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/macosx_service.rb')
-rw-r--r--lib/chef/resource/macosx_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/macosx_service.rb b/lib/chef/resource/macosx_service.rb
index f6b463e61b..6c055a1ee9 100644
--- a/lib/chef/resource/macosx_service.rb
+++ b/lib/chef/resource/macosx_service.rb
@@ -28,7 +28,7 @@ class Chef
description "Use the macosx_service resource to manage services on the macOS platform."
property :plist, String,
- description: "A plist to use in the case where the filename and label for the service do not match."
+ description: "A plist to use in the case where the filename and label for the service do not match."
property :session_type, String