mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:51:41 +00:00
fix: typo
This commit is contained in:
parent
28767145a5
commit
de10837ad3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
Rails.application.configure do
|
Rails.application.configure do
|
||||||
next Rails.env.test?
|
next if Rails.env.test?
|
||||||
|
|
||||||
domain = ENV.fetch('SUTTY', 'sutty.nl')
|
domain = ENV.fetch('SUTTY', 'sutty.nl')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue