Fix: Workaround to load MASTODON_VERSION_* in Docker. (#26591)

Co-authored-by: Claire <[email protected]>
This commit is contained in:
Jaehong Kang
2023-08-24 13:07:27 +02:00
committed by GitHub
co-authored by Claire
parent 24ea6f851f
commit 2dbbeedc94
+1 -1
View File
@@ -17,7 +17,7 @@ module Mastodon
end
def flags
ENV.fetch('MASTODON_VERSION_FLAGS', '-beta2')
ENV['MASTODON_VERSION_FLAGS'].presence || '-beta2'
end
def suffix