Browse Source

Log version without weird prefix

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

2
bin/now-deploy.js

@ -188,7 +188,7 @@ if (argv.h || argv.help) {
help()
exit(0)
} else if (argv.v || argv.version) {
console.log(chalk.bold('𝚫 now'), version)
console.log(version)
process.exit(0)
} else if (!(argv.token || config.token) || shouldLogin) {
login(apiUrl)

Loading…
Cancel
Save