@ -160,13 +160,13 @@ export default class Alias extends Now {
constcode=body.error.code;
if('custom_domain_needs_upgrade'===code){
consterr=newError(`You are attempting to use a custom domain alias (${chalk.underline(chalk.cyan(alias))}), but this is only enabled for premium accounts. Please upgrade at ${chalk.underline('https://zeit.co/account')}`);
consterr=newError(`Custom domains are only enabled for premium accounts. Please upgrade at ${chalk.underline('https://zeit.co/account')}.`);
err.userError=true;
returnbail(err);
}
if('alias_in_use'===code){
consterr=newError(`The alias you are trying to configure (${chalk.underline(chalk.cyan(alias))}) is already in use by a different account.`);
consterr=newError(`The alias you are trying to configure (${chalk.underline(chalk.bold(alias))}) is already in use by a different account.`);