From 032769440504a0760ecaf35149bb7786d18da7f8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 13 Dec 2018 16:34:52 -0800 Subject: Don't need to trip it up right away --- lib/templates/installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/installer.rb b/lib/templates/installer.rb index d739408d58..18a562c0e5 100644 --- a/lib/templates/installer.rb +++ b/lib/templates/installer.rb @@ -1,4 +1,4 @@ say "Copying application_mailbox.rb to app/mailboxes" copy_file "#{__dir__}/mailboxes/application_mailbox.rb", "app/mailboxes/application_mailbox.rb" -environment "# Prepare the ingress controller used to receive mail\nconfig.action_mailbox.ingress = :amazon\n\n", env: 'production' +environment "# Prepare the ingress controller used to receive mail\n# config.action_mailbox.ingress = :amazon\n\n", env: 'production' -- cgit v1.2.3