Merge pull request #78 from spacewander/patch-1

Fix a tiny typo in mailer_patch.rb
This commit is contained in:
Karel Picman 2018-12-19 14:36:37 +01:00 committed by GitHub
commit 64278785e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ module RedmineCustomWorkflows
format.html { render template_name } unless Setting.plain_text_mail? format.html { render template_name } unless Setting.plain_text_mail?
end end
else else
raise 'Nor :text_body, :html_body or :template_name specified' raise 'Not :text_body, :html_body or :template_name specified'
end end
end end
end end