Skip to content

Commit

Permalink
[release/2.8 backport] reference: fix broken alias for DomainRegexp (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgajdos committed Oct 19, 2023
2 parents d607c6c + 7c40b3c commit d85b88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/regexp_deprecated.go
Expand Up @@ -20,7 +20,7 @@ var DigestRegexp = reference.DigestRegexp
// Deprecated: use [reference.DomainRegexp].
//
// [RFC 6874]: https://www.rfc-editor.org/rfc/rfc6874.
var DomainRegexp = reference.DigestRegexp
var DomainRegexp = reference.DomainRegexp

// IdentifierRegexp is the format for string identifier used as a
// content addressable identifier using sha256. These identifiers
Expand Down

0 comments on commit d85b88a

Please sign in to comment.