Fix channel rename
This commit is contained in:
@@ -248,7 +248,7 @@ func getReleaseChannel(dataRoot *utils.DirStructure) string {
|
|||||||
case helper.ReleaseChannelStable,
|
case helper.ReleaseChannelStable,
|
||||||
helper.ReleaseChannelBeta,
|
helper.ReleaseChannelBeta,
|
||||||
helper.ReleaseChannelStaging,
|
helper.ReleaseChannelStaging,
|
||||||
helper.ReleaseChannelSpecial:
|
helper.ReleaseChannelSupport:
|
||||||
return channel
|
return channel
|
||||||
default:
|
default:
|
||||||
log.Printf("WARNING: config.json has unknown release channel %q, falling back to stable channel\n", channel)
|
log.Printf("WARNING: config.json has unknown release channel %q, falling back to stable channel\n", channel)
|
||||||
|
|||||||
Reference in New Issue
Block a user