mirror of
https://github.com/distribution/distribution.git
synced 2025-06-26 07:22:56 +00:00
chore: fix typo in rewrite storage middleware init (#4435)
This commit is contained in:
commit
f0826f5796
@ -14,7 +14,7 @@ import (
|
||||
|
||||
func init() {
|
||||
if err := storagemiddleware.Register("rewrite", newRewriteStorageMiddleware); err != nil {
|
||||
logrus.Errorf("failed to register redirect storage middleware: %v", err)
|
||||
logrus.Errorf("failed to register rewrite storage middleware: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user