mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
fix(composer): don’t warn for non-null registryUrls
This commit is contained in:
parent
5565e4d79d
commit
f5c64a32c2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ async function getArtifacts(
|
|||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
} else if (config.registryUrls) {
|
||||
logger.warn(
|
||||
{ registryUrls: config.registryUrls },
|
||||
'Non-array composer registryUrls'
|
||||
|
|
Loading…
Reference in a new issue