Fix Version metadata have trailing dot (#2403)

th-downstream
Jeong Arm 1 year ago committed by GitHub
parent 075ee0b2d4
commit 97f3d7b662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ module Mastodon
end
def build_metadata
['glitch', ENV.fetch('MASTODON_VERSION_METADATA', nil)].compact.join('.')
['glitch', ENV.fetch('MASTODON_VERSION_METADATA', nil)].compact_blank.join('.')
end
def to_a

Loading…
Cancel
Save