Skip to content

Commit

Permalink
update to production extension
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Dec 9, 2024
1 parent 71bc4a0 commit 8124994
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.15/newrelic-lambda-extension.${arch}.zip"
url="https://github.com/newrelic/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 8124994

Please sign in to comment.