aboutsummaryrefslogtreecommitdiff
path: root/build.go
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2020-06-16 07:01:55 +0200
committerJakob Borg <jakob@kastelo.net>2020-06-16 07:08:09 +0200
commitec718e729e5cc0dbba5c7f2535051b2bf6e5df3a (patch)
treeeeda043a661e27bce1fa3b7d7388450d06964b1a /build.go
parent5be13f62a2fc02097f6a530357bc4564355c2efa (diff)
downloadsyncthing-ec718e729e5cc0dbba5c7f2535051b2bf6e5df3a.tar.gz
syncthing-ec718e729e5cc0dbba5c7f2535051b2bf6e5df3a.zip
various: Master is now main
Also cleans out various old strings from the translation strings.
Diffstat (limited to 'build.go')
-rw-r--r--build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.go b/build.go
index 6e135e868..1450519c5 100644
--- a/build.go
+++ b/build.go
@@ -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 ""
}