diff --git a/bin/now-remove b/bin/now-remove index b5f1482..3815667 100755 --- a/bin/now-remove +++ b/bin/now-remove @@ -45,7 +45,7 @@ const config = cfg.read(); function readConfirmation (url) { return new Promise((resolve, reject) => { - process.stdout.write(`${chalk.bold.red('> Are you sure?')} ${chalk.bold(url)} will be removed permanently ${chalk.gray('[yN] ')}`); + process.stdout.write(`${chalk.bold.red('> Are you sure?')} ${chalk.bold('https://' + url)} will be removed permanently ${chalk.gray('[yN] ')}`); process.stdin.on('data', (d) => { process.stdin.pause(); resolve(d.toString().trim());