fix(core): update

This commit is contained in:
Philipp Kunz 2019-06-19 11:36:04 +02:00
parent 60efda263f
commit 37384aeb57

View File

@ -114,7 +114,7 @@ export const push = async argvArg => {
dockerRegistryUrls.push(argvArg._[2]);
} else {
if (configObject.dockerRegistries.length === 0) {
logger.log('warn', `There are no docker registries listed in npmextra.json!`);
logger.log('warn', `There are no docker registries listed in npmextra.json! This is strange!`);
}
dockerRegistryUrls = dockerRegistryUrls.concat(configObject.dockerRegistries);
}