fix version.rb

This commit is contained in:
bgme 2021-09-02 00:21:38 +08:00
parent 3bec1c88b4
commit 7cae14482d

View file

@ -33,11 +33,7 @@ module Mastodon
end
def repository
<<<<<<< HEAD
ENV.fetch('GITHUB_REPOSITORY') { 'yingziwu/mastodon' }
=======
ENV.fetch('GITHUB_REPOSITORY', 'mastodon/mastodon')
>>>>>>> upstream/main
ENV.fetch('GITHUB_REPOSITORY', 'yingziwu/mastodon')
end
def source_base_url