diff --git a/bin/now-deploy.js b/bin/now-deploy.js index 111f8e7..896c10e 100755 --- a/bin/now-deploy.js +++ b/bin/now-deploy.js @@ -239,7 +239,7 @@ async function sync(token) { } if (!quiet) { - if (gitRepo) { + if (gitRepo.main) { const gitRef = gitRepo.ref ? ` at "${chalk.bold(gitRepo.ref)}" ` : '' console.log(`> Deploying ${gitRepo.type} repository "${chalk.bold(gitRepo.main)}"` + gitRef) } else {