Fix Version metadata have trailing dot (#2403)
This commit is contained in:
parent
06221b90d2
commit
26c903c35b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def build_metadata
|
def build_metadata
|
||||||
['glitch', ENV.fetch('MASTODON_VERSION_METADATA', nil)].compact.join('.')
|
['glitch', ENV.fetch('MASTODON_VERSION_METADATA', nil)].compact_blank.join('.')
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_a
|
def to_a
|
||||||
|
|
Loading…
Reference in a new issue