summaryrefslogtreecommitdiff
path: root/lib/chef/provider/launchd.rb
diff options
context:
space:
mode:
authorMike Dodge <mikedodge04@fb.com>2016-01-19 14:15:20 -0800
committerMike Dodge <mikedodge04@fb.com>2016-02-15 12:48:30 -0800
commit24a34f075c4a6173f8cfddd09d7406f23b6a3a68 (patch)
treee6fdbba708a10353f7b7de9c22f1bb08c6aba08d /lib/chef/provider/launchd.rb
parentde6857c4445fb1fb92139f0f6e1d9e654e4f28c2 (diff)
downloadchef-24a34f075c4a6173f8cfddd09d7406f23b6a3a68.tar.gz
fixed rebase
Diffstat (limited to 'lib/chef/provider/launchd.rb')
-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 38304355c7..7a444dbe38 100644
--- a/lib/chef/provider/launchd.rb
+++ b/lib/chef/provider/launchd.rb
@@ -72,7 +72,7 @@ class Chef
def manage_plist(action)
if @source
res = cookbook_file_resource
- elsif
+ else
res = file_resource
end
res.run_action(action)