Browse Source

fix typo

master
Nathan Rajlich 8 years ago
parent
commit
9540863c0e
  1. 2
      lib/read-metadata.js

2
lib/read-metadata.js

@ -129,7 +129,7 @@ async function readMetaData(path, {
if (!quiet) {
if (hasNowJson) {
console.log(`> No \`name\` LABEL in \`Dockerfile\` or \`name\` field in `\now.json\`, using ${chalk.bold(name)}`)
console.log(`> No \`name\` LABEL in \`Dockerfile\` or \`name\` field in \`now.json\`, using ${chalk.bold(name)}`)
} else {
console.log(`> No \`name\` LABEL in \`Dockerfile\`, using ${chalk.bold(name)}`)
}

Loading…
Cancel
Save