Skip to content

Commit

Permalink
fix rogue const
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
  • Loading branch information
rdhar committed May 19, 2024
1 parent a3eb94d commit 3562a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/comment_tf_output.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ${process.env.tf_fmt}
.slice(0, 12000);

// Create a collapsible summary of changes.
const comment_outline = process.env.changed_lines
comment_outline = process.env.changed_lines
? `<details><summary>Outline of changes.</summary>
\`\`\`hcl
Expand Down

0 comments on commit 3562a00

Please sign in to comment.