Fork name change

This commit is contained in:
InterSocial 2023-12-19 20:29:54 -05:00
parent d1729b267b
commit a2d28dd2dd
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -108,8 +108,8 @@ describe InstancePresenter do
end
end
it 'defaults to the core chuckya repo URL' do
expect(instance_presenter.source_url).to eq('https://github.com/TheEssem/mastodon')
it 'defaults to the core bar repo URL' do
expect(instance_presenter.source_url).to eq('https://github.com/mastodon/mastodon')
end
end
end