Skip to content

Commit

Permalink
update extension
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Oct 16, 2024
1 parent d1f19cb commit 9e41b57
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 @@ -71,7 +71,7 @@ function list_all_regions {

function fetch_extension {
arch=$1
url="https://github.com/chaudharysaket/newrelic-lambda-extension/releases/download/v2.3.14/newrelic-lambda-extension.${arch}.zip"
url="https://github.com/chaudharysaket/newrelic-lambda-extension/releases/download/v2.3.15/newrelic-lambda-extension.${arch}.zip"
rm -rf $EXTENSION_DIST_DIR $EXTENSION_DIST_ZIP
curl -L $url -o $EXTENSION_DIST_ZIP
}
Expand Down

0 comments on commit 9e41b57

Please sign in to comment.