Skip to content
Snippets Groups Projects
Unverified Commit 256fc3ee authored by Florian Greinacher's avatar Florian Greinacher Committed by GitHub
Browse files

chore: improve warning message on unsupported custom registries (#10478)

parent eb8ad0c3
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ function resolveRegistryUrls(
if (is.nonEmptyArray(extractedUrls)) {
logger.warn(
{ datasource: datasource.id, registryUrls: extractedUrls },
'Custom datasources are not allowed for this datasource and will be ignored'
'Custom registries are not allowed for this datasource and will be ignored'
);
}
return defaultRegistryUrls;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment