From 43e53bb31187e1d457f5e494e75f3d2440213a77 Mon Sep 17 00:00:00 2001 From: Alec Hinh Date: Fri, 21 Jul 2023 14:09:12 -0500 Subject: [PATCH] Fix weird formatting for import status Signed-off-by: Alec Hinh --- pkg/comment_formatter/tfc_status_update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/comment_formatter/tfc_status_update.go b/pkg/comment_formatter/tfc_status_update.go index a4abc83..73bdaf7 100644 --- a/pkg/comment_formatter/tfc_status_update.go +++ b/pkg/comment_formatter/tfc_status_update.go @@ -139,7 +139,7 @@ var failedPlanSummaryFormat = ` ` var successPlanSummaryFormat = ` - * Imports: %d + * Imports: %d * Additions: %d * Changes: %d * Destructions: %d`