Skip to content

Commit

Permalink
build/opa-release-notes.sh: remove stray " (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
srenatus authored Aug 12, 2024
1 parent 061c00c commit 1344201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/opa-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ awk 'BEGIN { RS="\n## "} END { print $0 }' packages/opa/RELEASES.md | \
tail +2

envsubst '$VERSION' <<EOF
- [NPM ${VERSION}](https://www.npmjs.com/package/@styra/opa/v/${VERSION})"
- [NPM ${VERSION}](https://www.npmjs.com/package/@styra/opa/v/${VERSION})
EOF

0 comments on commit 1344201

Please sign in to comment.