From 21cc22ed18b8f93085c131cae345651281d4d93a Mon Sep 17 00:00:00 2001 From: Ompragash Viswanathan Date: Mon, 3 Mar 2025 20:41:15 +0530 Subject: [PATCH] Update impl.go --- plugin/impl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/impl.go b/plugin/impl.go index 7c2f390..980bc67 100644 --- a/plugin/impl.go +++ b/plugin/impl.go @@ -126,7 +126,7 @@ func (p *Plugin) Validate() error { return fmt.Errorf( "issue comparing the registries specified in drone yaml (%s) and package.json: (%s)", p.settings.Registry, - npm.Config.Registry + npm.Config.Registry, ) // if there's an error using this default to standard validation by string compare } if !registriesMatch && !p.settings.SkipRegistryValidation {