Browse Source

fix remove

master
Guillermo Rauch 9 years ago
parent
commit
1be3a4685b
  1. 2
      bin/now-remove

2
bin/now-remove

@ -100,7 +100,7 @@ async function remove (token) {
error(`Could not find a deployment by ${chalk.bold(`"${deploymentId}"`)}. Run ${chalk.dim(`\`now ls\``)} to list.`);
return process.exit(1);
}
const aliases = await now.listAliases(app.uid);
const aliases = await now.listAliases(depl.uid);
try {
const confirmation = (await readConfirmation(depl, aliases)).toLowerCase();

Loading…
Cancel
Save