merge_helpers.sh: upstream renamed master -> main

Change-Id: I7980f26bdc7f90399999d8b86536b92ca1683d10
This commit is contained in:
SpiritCroc 2021-06-23 11:09:09 +02:00
parent f66747e972
commit 0389084cb6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ require_clean_git() {
}
upstream_latest_tag() {
git describe --abbrev=0 upstream/master --tags
git describe --abbrev=0 upstream/main --tags
}
upstream_previous_tag() {
#git describe --abbrev=0 `upstream_latest_tag`~1 --tags