Skip to content

Commit

Permalink
Merge pull request #27 from bt-macole/patch-1
Browse files Browse the repository at this point in the history
fix: pretty print output
  • Loading branch information
denis256 authored Oct 20, 2023
2 parents 9117e93 + 3b599e3 commit d881e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function main {

if [[ "${tg_comment}" == "1" ]]; then
comment "Execution result of \`$tg_command\` in \`${tg_dir}\` :
\`\`\`
\`\`\`terraform
${terragrunt_output}
\`\`\`
"
Expand Down

0 comments on commit d881e0d

Please sign in to comment.