Browse Source

now-alias: remove redundant msg

master
Guillermo Rauch 9 years ago
parent
commit
54bb5eeb39
  1. 1
      bin/now-alias

1
bin/now-alias

@ -108,7 +108,6 @@ async function run (token) {
default:
if (2 === argv._.length) {
console.log(chalk.dim(`> Running \`now alias set ${argv._[0]} ${argv._[1]}\``));
await alias.set(argv._[0], argv._[1]);
} else if (argv._.length >= 3) {
error('Invalid number of arguments');

Loading…
Cancel
Save