Skip to content

Commit

Permalink
fix execution error
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZhang0707 committed Oct 13, 2024
1 parent ac67d48 commit 97e87c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function update_copyright() {
DIR=$(dirname "$0")
PDIR=$(dirname "$DIR")

if ! "docker build -t kong/update-copyright ${DIR} && docker run -v ${PDIR}:/workspace --rm kong/update-copyright"
if ! (docker build -t kong/update-copyright ${DIR} && docker run -v ${PDIR}:/workspace --rm kong/update-copyright)
then
die "Could not update copyright file. Check logs for missing licenses, add hardcoded ones if needed"
fi
Expand Down

0 comments on commit 97e87c5

Please sign in to comment.