Change `master` branch to `main` branch (#20290)

lolsob-rspec
trwnh 2022-11-09 21:02:05 -06:00 committed by GitHub
parent 04a9359ffc
commit 429e77d263
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
lock '3.17.1'
set :repo_url, ENV.fetch('REPO', 'https://github.com/mastodon/mastodon.git')
set :branch, ENV.fetch('BRANCH', 'master')
set :branch, ENV.fetch('BRANCH', 'main')
set :application, 'mastodon'
set :rbenv_type, :user