diff --git a/bin/now-remove b/bin/now-remove index 1da370e..7c76f05 100755 --- a/bin/now-remove +++ b/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); }