Skip to content

Commit 30729a0

Browse files
committed
Fix license
1 parent 619fde3 commit 30729a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/publish-aws.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for region in $ALL_AWS_REGIONS; do
3939
--region="${region}" \
4040
--layer-name="${FULL_LAYER_NAME}" \
4141
--description="AWS Lambda Extension Layer for the Elastic APM Python Agent" \
42-
--license="Apache-2.0" \
42+
--license-info="BSD-3-Clause" \
4343
--zip-file="fileb://${zip_file}")
4444
echo "${publish_output}" > "${AWS_FOLDER}/${region}"
4545
layer_version=$(echo "${publish_output}" | jq '.Version')

0 commit comments

Comments
 (0)