From 6a487f9a47cd09ca9a6f5c2188d054c1cf7e7ae4 Mon Sep 17 00:00:00 2001 From: Jearvon Dharrie Date: Thu, 11 Jul 2013 01:25:51 -0400 Subject: [PATCH] Update typo in documentation --- docs/INSTALL-email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL-email.md b/docs/INSTALL-email.md index 34172112076..e5e708ed8d7 100644 --- a/docs/INSTALL-email.md +++ b/docs/INSTALL-email.md @@ -5,7 +5,7 @@ After following INSTALL-ubuntu.md your mailer settings should still be set (in ```ruby config.action_mailer.delivery_method = :sendmail - config.action_mailer.sendmail_settings = {arguments: '-i} + config.action_mailer.sendmail_settings = {arguments: '-i'} ``` That's great. Leave that there as we're going to try to get the mail to postfix