From 9540863c0e8cc90a846a3f1f086373c6ea4f123f Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Wed, 25 Jan 2017 16:04:39 -0800 Subject: [PATCH] fix typo --- lib/read-metadata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}`) }