mirror of
https://github.com/distribution/distribution.git
synced 2025-09-26 06:40:12 +00:00
Merge pull request #2984 from bouk/rempo
registry: Fix typo in RepositoryRemover warning
This commit is contained in:
@@ -328,7 +328,7 @@ func NewApp(ctx context.Context, config *configuration.Configuration) *App {
|
||||
var ok bool
|
||||
app.repoRemover, ok = app.registry.(distribution.RepositoryRemover)
|
||||
if !ok {
|
||||
dcontext.GetLogger(app).Warnf("Registry does not implement RempositoryRemover. Will not be able to delete repos and tags")
|
||||
dcontext.GetLogger(app).Warnf("Registry does not implement RepositoryRemover. Will not be able to delete repos and tags")
|
||||
}
|
||||
|
||||
return app
|
||||
|
Reference in New Issue
Block a user