Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
1 additions and
1 deletions
-
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 { |
|
|