mirror of
https://github.com/helm/helm.git
synced 2026-05-21 17:41:50 -04:00
Merge pull request #32134 from lexfrei/fix/zero-width-spaces-plugin-comment
internal/plugin: remove zero-width spaces from plugin name comment
This commit is contained in:
commit
16a39b73fd
1 changed files with 1 additions and 1 deletions
|
|
@ -77,5 +77,5 @@ type Output struct {
|
|||
|
||||
// validPluginName is a regular expression that validates plugin names.
|
||||
//
|
||||
// Plugin names can only contain the ASCII characters a-z, A-Z, 0-9, _ and -.
|
||||
// Plugin names can only contain the ASCII characters a-z, A-Z, 0-9, _ and -.
|
||||
var validPluginName = regexp.MustCompile("^[A-Za-z0-9_-]+$")
|
||||
|
|
|
|||
Loading…
Reference in a new issue