Fix channel rename

This commit is contained in:
Daniel
2021-06-24 13:21:48 +02:00
parent 7801a769fe
commit 0ab72537bb

View File

@@ -248,7 +248,7 @@ func getReleaseChannel(dataRoot *utils.DirStructure) string {
case helper.ReleaseChannelStable,
helper.ReleaseChannelBeta,
helper.ReleaseChannelStaging,
helper.ReleaseChannelSpecial:
helper.ReleaseChannelSupport:
return channel
default:
log.Printf("WARNING: config.json has unknown release channel %q, falling back to stable channel\n", channel)