mirror of
https://github.com/distribution/distribution.git
synced 2025-08-31 06:34:11 +00:00
Merge pull request #1410 from aaronlehmann/failured
Correct ErrAuthenticationFailure message
This commit is contained in:
@@ -20,7 +20,7 @@ var (
|
||||
ErrInvalidCredential = errors.New("invalid authorization credential")
|
||||
|
||||
// ErrAuthenticationFailure returned when authentication failure to be presented to agent.
|
||||
ErrAuthenticationFailure = errors.New("authentication failured")
|
||||
ErrAuthenticationFailure = errors.New("authentication failure")
|
||||
)
|
||||
|
||||
type accessController struct {
|
||||
|
Reference in New Issue
Block a user