Skip to content

Commit

Permalink
fix(sgterraform): ensure correct line break in summary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
loodde committed Jul 20, 2023
1 parent dcca273 commit ffbcd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sgterraform/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func getCommentSummary(ctx context.Context, planFilePath string) (statusIcon, su

summary = fmt.Sprintf(`
Plan Summary: %d to create, %d to update, %d to replace, %d to destroy.
<br/>
%s
`,
create.actionCount,
Expand Down

0 comments on commit ffbcd0c

Please sign in to comment.