Skip to content

Commit

Permalink
fix: update candidate channel name to rc
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Apr 23, 2024
1 parent d8e4e60 commit 9414a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/io/snyk/plugin/ui/SnykSettingsDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class SnykSettingsDialog(

private val manageBinariesAutomatically: JCheckBox = JCheckBox()
private val cliPathTextBoxWithFileBrowser = TextFieldWithBrowseButton()
private val channels = listOf("stable", "candidate", "preview").toArray(emptyArray())
private val channels = listOf("stable", "rc", "preview").toArray(emptyArray())
private val cliReleaseChannelDropDown = ComboBox(channels).apply { this.isEditable = true }
private val cliBaseDownloadUrlTextField = JBTextField()

Expand Down

0 comments on commit 9414a71

Please sign in to comment.