Skip to content

Commit

Permalink
Merge pull request #110 from lacework/fix
Browse files Browse the repository at this point in the history
ci: fix typo in release.sh script
  • Loading branch information
afiune authored May 22, 2020
2 parents 1e990d4 + cf6a836 commit 37d8209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ generate_release_notes() {

# Add Docker Images Footer
echo "" >> RELEASE_NOTES.md
echo "## Docker Images" > RELEASE_NOTES.md
echo "## Docker Images" >> RELEASE_NOTES.md
for tag in "${docker_tags[@]}"; do
echo "* \`docker pull ${docker_org}/${package_name}:${tag}\`" >> RELEASE_NOTES.md
done
Expand Down

0 comments on commit 37d8209

Please sign in to comment.