Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored Jun 25, 2024
1 parent bbb77e4 commit f20f87c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/create-arn-table.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AWS_FOLDER=${AWS_FOLDER?:No aws folder provided}
ARN_FILE=".arn-file.md"

{
echo "<details>"
echo "<details>"
echo "<summary>Elastic APM Python agent layer ARNs</summary>"
echo ''
echo '|Region|ARN|'
Expand All @@ -24,7 +24,7 @@ for f in $(ls "${AWS_FOLDER}"); do
done

{
echo ''
echo '</details>'
echo ''
echo ''
echo '</details>'
echo ''
} >> "${ARN_FILE}"

0 comments on commit f20f87c

Please sign in to comment.