Skip to content

Commit 254f611

Browse files
authored
Merge pull request #4278 from thaJeztah/23.0_backport_fix_cli_plugins_metadata_experimental_deprecation
[23.0 backport] cli-plugins/manager: fix deprecation comment of Metadata.Experimental
2 parents a8d4f0d + 6f353c8 commit 254f611

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli-plugins/manager/metadata.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type Metadata struct {
2323
// URL is a pointer to the plugin's homepage.
2424
URL string `json:",omitempty"`
2525
// Experimental specifies whether the plugin is experimental.
26+
//
2627
// Deprecated: experimental features are now always enabled in the CLI
2728
Experimental bool `json:",omitempty"`
2829
}

0 commit comments

Comments
 (0)