diff --git a/lib/read-metadata.js b/lib/read-metadata.js index c5636c5..011eee9 100644 --- a/lib/read-metadata.js +++ b/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)}`) }