Fix wording in error message

Signed-off-by: Miroslav Spousta <qiq@ucw.cz>
pull/5322/head
Miroslav Spousta 7 years ago
parent 44782e19b6
commit 5aff292265

@ -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.

Loading…
Cancel
Save