Commit 73a17eb5 authored by Miroslav Spousta's avatar Miroslav Spousta Committed by Matthew Fisher

Fix wording in error message (#5322)

Signed-off-by: 's avatarMiroslav Spousta <qiq@ucw.cz>
parent a7e1fb7c
......@@ -61,7 +61,7 @@ var (
// errInvalidRevision indicates that an invalid release revision number was provided.
errInvalidRevision = errors.New("invalid release revision")
//errInvalidName indicates that an invalid release name was provided
errInvalidName = errors.New("invalid release name, must match regex ^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])+$ and the length must not longer than 53")
errInvalidName = errors.New("invalid release name, must match regex ^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])+$ and the length must not be longer than 53")
)
// ListDefaultLimit is the default limit for number of items returned in a list.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment