mirror of
https://github.com/distribution/distribution.git
synced 2025-06-27 15:59:04 +00:00
chore: fix typo in rewrite storage middleware init
https://github.com/distribution/distribution/pull/4146 introduced a new rewrite storage middleware but somehow missed to update the init logging message. This commit fixes that. Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
parent
fc0b89c6f7
commit
d8199f451b
@ -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