various: Master is now main

Also cleans out various old strings from the translation strings.
This commit is contained in:
Jakob Borg
2020-06-16 07:08:09 +02:00
parent 5be13f62a2
commit ec718e729e
5 changed files with 8 additions and 47 deletions
+1 -1
View File
@@ -884,7 +884,7 @@ func getBranchSuffix() string {
branch = parts[len(parts)-1]
switch branch {
case "master", "release":
case "master", "release", "main":
// these are not special
return ""
}