From ba97a3155a8e5566b32e8e4cf4741a76a2a78923 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sat, 5 Jul 2025 13:44:54 +0200 Subject: [PATCH] Fix syntax error --- config/environments/production.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 37f08f2..c94e5df 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -81,9 +81,8 @@ Rails.application.configure do password: File.read("/run/secrets/smtp_password").strip, authentication: File.read("/run/secrets/smtp_authentication").strip.to_sym } - rescue Errno::ENOENT - {} - end + rescue Errno::ENOENT + {} end