Update typo in documentation
This commit is contained in:
parent
33e2a9933d
commit
6a487f9a47
|
@ -5,7 +5,7 @@ After following INSTALL-ubuntu.md your mailer settings should still be set (in
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
config.action_mailer.delivery_method = :sendmail
|
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
|
That's great. Leave that there as we're going to try to get the mail to postfix
|
||||||
|
|
Loading…
Reference in New Issue