diff --git a/bin/now-alias b/bin/now-alias index b018fc2..08cdae6 100755 --- a/bin/now-alias +++ b/bin/now-alias @@ -145,7 +145,7 @@ async function run (token) { }), { align: ['l', 'r', 'l'], hsep: ' '.repeat(2) }); const elapsed_ = ms(new Date() - start_); - console.log(`> ${list.length} alias${list.length > 1 ? 'es' : ''} found ${chalk.gray(`[${elapsed_}]`)}`); + console.log(`> ${aliases.length} alias${aliases.length > 1 ? 'es' : ''} found ${chalk.gray(`[${elapsed_}]`)}`); if (text) console.log('\n' + text + '\n'); break;