Skip to content

Commit

Permalink
fix: remove spacing that causes table to be misaligned
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdFire87 committed Apr 3, 2020
1 parent 737e9db commit 764cfbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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})`,

0 comments on commit 764cfbf

Please sign in to comment.