From 764cfbfddf0f3821a0dbb1e1a2f62a7c5b8ad24f Mon Sep 17 00:00:00 2001 From: ColdFire87 Date: Fri, 3 Apr 2020 15:01:34 +0100 Subject: [PATCH] fix: remove spacing that causes table to be misaligned --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 6341fec..463c623 100644 --- a/src/index.ts +++ b/src/index.ts @@ -225,7 +225,7 @@ class ServerlessSSMPublish { }, ).promise(), )); - this.logIfDebug(`SSM Put Results:\n ${chalk.green( + this.logIfDebug(`SSM Put Results:\n${chalk.green( markdownTable([ ['Path', 'Secure', 'Version', 'Tier'], ...putResults.map(({ Version, Tier }, i) => @@ -281,7 +281,7 @@ class ServerlessSSMPublish { } private summary() { - this.log(`SSM Publish Summary:\n ${chalk.bold.green( + this.log(`SSM Publish Summary:\n${chalk.bold.green( markdownTable([ [ `Created (${this.nonExistingParams.length})`,