Skip to content

Commit

Permalink
fix missing brace
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <[email protected]>
  • Loading branch information
rdhar committed May 19, 2024
1 parent 79f8347 commit 0c69b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/comment_tf_output.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ ${process.env.tf_fmt}
${changed_lines.join("\n")}
\`\`\`
</details>`
: "";
: "";
}

// Display the: TF command, TF output, and workflow authorip.
const comment_output = `
Expand Down

0 comments on commit 0c69b68

Please sign in to comment.