bufix: fix validateNumColons docs

Signed-off-by: bellkeyang <bellkeyang@tencent.com>
pull/8542/head
bellkeyang 4 years ago
parent 4f72dfcffe
commit fbc32aea3d
No known key found for this signature in database
GPG Key ID: BF750003DE957A10

@ -105,7 +105,7 @@ func (ref *Reference) validateRepo() error {
return err
}
// validateNumColon ensures the ref only contains a single colon character (:)
// validateNumColons ensures the ref only contains a single colon character (:)
// (or potentially two, there might be a port number specified i.e. :5000)
func (ref *Reference) validateNumColons() error {
if strings.Contains(ref.Tag, ":") {

Loading…
Cancel
Save