5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 14:51:41 +00:00

fix: typo

This commit is contained in:
f 2023-02-03 11:50:09 -03:00
parent 28767145a5
commit de10837ad3

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
Rails.application.configure do
next Rails.env.test?
next if Rails.env.test?
domain = ENV.fetch('SUTTY', 'sutty.nl')