Point to Chuckya repo URL by default
This commit is contained in:
parent
84075be6a1
commit
e036958642
2 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def repository
|
||||
ENV.fetch('GITHUB_REPOSITORY', 'glitch-soc/mastodon')
|
||||
ENV.fetch('GITHUB_REPOSITORY', 'TheEssem/mastodon')
|
||||
end
|
||||
|
||||
def source_base_url
|
||||
|
|
|
@ -108,8 +108,8 @@ describe InstancePresenter do
|
|||
end
|
||||
end
|
||||
|
||||
it 'defaults to the core glitch-soc repo URL' do
|
||||
expect(instance_presenter.source_url).to eq('https://github.com/glitch-soc/mastodon')
|
||||
it 'defaults to the core chuckya repo URL' do
|
||||
expect(instance_presenter.source_url).to eq('https://github.com/TheEssem/mastodon')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue