Update impl.go

This commit is contained in:
Ompragash Viswanathan
2025-03-03 20:41:15 +05:30
parent f25f02a29a
commit 21cc22ed18
+1 -1
View File
@@ -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 {