mirror of
https://github.com/helm/helm.git
synced 2026-05-22 01:45:32 -04:00
Updated message
Signed-off-by: MrJack <36191829+biagiopietro@users.noreply.github.com>
This commit is contained in:
parent
8441036b07
commit
757980296e
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ func (o *pluginUpdateOptions) complete(args []string) error {
|
|||
}
|
||||
if version != "" {
|
||||
if _, err := semver.StrictNewVersion(version); err != nil {
|
||||
return fmt.Errorf("invalid version %q for plugin %q: must be an exact semver version (e.g. 1.2.3); the \"v\" prefix is not allowed", version, name)
|
||||
return fmt.Errorf("invalid version %q for plugin %q: must be an exact semver version (e.g. 1.2.3)", version, name)
|
||||
}
|
||||
}
|
||||
o.plugins[name] = version
|
||||
|
|
|
|||
Loading…
Reference in a new issue