Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Dec 9, 2024
1 parent fc5c599 commit f9df661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function publish_layer {
layer_version=$(aws lambda publish-layer-version \
--layer-name ${layer_name} \
--content "S3Bucket=${bucket_name},S3Key=${s3_key}" \
--description "New Relic Layer for ${runtime_name} (${arch}). Extension v$EXTENSION_VERSION New Relic Agent v${agent_version)}" \
--description "New Relic Layer for ${runtime_name} (${arch}). Extension v$EXTENSION_VERSION New Relic Agent v${agent_version}" \
--license-info "Apache-2.0" $arch_flag \
--compatible-runtimes ${compat_list[*]} \
--region "$region" \
Expand Down

0 comments on commit f9df661

Please sign in to comment.