Skip to content

Commit 185ac35

Browse files
authored
Merge pull request #4276 from thaJeztah/fix_cli_plugins_metadata_experimental_deprecation
cli-plugins/manager: fix deprecation comment of Metadata.Experimental
2 parents bc3f905 + 72e3813 commit 185ac35

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)