From f3591dedf60b51c6c8f22a50a2eab1979e755e30 Mon Sep 17 00:00:00 2001 From: Tony Kovanen Date: Sun, 24 Apr 2016 01:59:06 +0300 Subject: [PATCH] Remove double space --- bin/now-remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/now-remove b/bin/now-remove index 3815667..ef0097a 100755 --- a/bin/now-remove +++ b/bin/now-remove @@ -83,7 +83,7 @@ async function remove (token) { const start = new Date(); await now.remove(deploymentId, { hard }); const elapsed = ms(new Date() - start); - console.log(`${chalk.cyan('> Deployment ')} ${chalk.bold(deploymentId)} ${chalk.cyan('removed')} [${elapsed}]`); + console.log(`${chalk.cyan('> Deployment')} ${chalk.bold(deploymentId)} ${chalk.cyan('removed')} [${elapsed}]`); } catch (err) { handleError(err); process.exit(1);