Skip to content
Snippets Groups Projects
Commit f741d8b1 authored by Mathieu Sauve-Frankel's avatar Mathieu Sauve-Frankel
Browse files

Merge pull request #1 from jtimberman/master

Fix require in README.md
parents 8715cbe2 844469e7
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ Opcode wiki at http://wiki.opscode.com/display/chef/Exception+and+Report+Handler ...@@ -9,7 +9,7 @@ Opcode wiki at http://wiki.opscode.com/display/chef/Exception+and+Report+Handler
Using /etc/chef/config.rb Using /etc/chef/config.rb
require 'rubygems' require 'rubygems'
require 'chef/mail/handler' require 'chef/handler/mail'
mail_handler = MailHandler.new mail_handler = MailHandler.new
report_handlers << mail_handler report_handlers << mail_handler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment