diff --git a/ts/mod_docker/index.ts b/ts/mod_docker/index.ts index cf3d82d..86c137c 100644 --- a/ts/mod_docker/index.ts +++ b/ts/mod_docker/index.ts @@ -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); }