summaryrefslogtreecommitdiff
path: root/lib/chef/provider/launchd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/launchd.rb')
-rw-r--r--lib/chef/provider/launchd.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/launchd.rb b/lib/chef/provider/launchd.rb
index 41c61eafde..c58d4bfa34 100644
--- a/lib/chef/provider/launchd.rb
+++ b/lib/chef/provider/launchd.rb
@@ -40,7 +40,7 @@ class Chef
:path,
:source,
:session_type,
- :type
+ :type,
]
def load_current_resource
@@ -51,7 +51,7 @@ class Chef
def gen_path_from_type
types = {
"daemon" => "/Library/LaunchDaemons/#{label}.plist",
- "agent" => "/Library/LaunchAgents/#{label}.plist"
+ "agent" => "/Library/LaunchAgents/#{label}.plist",
}
types[type]
end