Browse Source

Show proper deploying message

master
Leo Lamprecht 8 years ago
parent
commit
1154873822
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 2
      bin/now-deploy.js

2
bin/now-deploy.js

@ -239,7 +239,7 @@ async function sync(token) {
} }
if (!quiet) { if (!quiet) {
if (gitRepo) { if (gitRepo.main) {
const gitRef = gitRepo.ref ? ` at "${chalk.bold(gitRepo.ref)}" ` : '' const gitRef = gitRepo.ref ? ` at "${chalk.bold(gitRepo.ref)}" ` : ''
console.log(`> Deploying ${gitRepo.type} repository "${chalk.bold(gitRepo.main)}"` + gitRef) console.log(`> Deploying ${gitRepo.type} repository "${chalk.bold(gitRepo.main)}"` + gitRef)
} else { } else {

Loading…
Cancel
Save