Update plugin/impl.go

Co-authored-by: Robert Kaussow <xoxys@rknet.org>
This commit is contained in:
Maxim Slipenko 2023-08-09 11:49:49 +03:00 committed by GitHub
parent 06513ea73e
commit f93d34038d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ func (p *Plugin) Execute() error {
case p.settings.Login.Password != "":
logrus.Info("Detected registry credentials")
case p.settings.Login.RegistriesYaml != "":
logrus.Info("Detected multiple registries credentials")
logrus.Info("Detected multiple registry credentials")
case p.settings.Login.Config != "":
logrus.Info("Detected registry credentials file")
default: