Browse Source

Show error properly on missing `did`

master
Tony Kovanen 9 years ago
parent
commit
d2d81ff188
  1. 2
      bin/now-remove

2
bin/now-remove

@ -31,7 +31,7 @@ if (argv.h || argv.help) {
}
if (!deploymentId) {
console.log(`${chalk.cyan('> No deployment id specified. You can see active deployments with `now ls`.')}`);
error('No deployment id specified. You can see active deployments with `now ls`.');
process.exit(1);
}

Loading…
Cancel
Save