Skip to content

Commit

Permalink
update extension from personal
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Oct 30, 2024
1 parent 2c30925 commit 119059e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ EXTENSION_DIST_DIR=extensions
EXTENSION_DIST_ZIP=extension.zip
EXTENSION_DIST_PREVIEW_FILE=preview-extensions-ggqizro707

EXTENSION_VERSION=2.3.14
EXTENSION_VERSION=2.3.15

function list_all_regions {
aws ec2 describe-regions \
Expand All @@ -71,7 +71,7 @@ function list_all_regions {

function fetch_extension {
arch=$1
url="https://github.com/newrelic/newrelic-lambda-extension/releases/download/v${EXTENSION_VERSION}/newrelic-lambda-extension.${arch}.zip"
url="https://github.com/chaudharysaket/newrelic-lambda-extension/releases/download/v${EXTENSION_VERSION}/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 119059e

Please sign in to comment.