Skip to content

Commit b832df2

Browse files
authored
remove commas (#322)
1 parent 90acbc0 commit b832df2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/publish_layers.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
# VERSION is required.
1111
set -e
1212

13-
NODE_VERSIONS_FOR_AWS_CLI=("nodejs12.x" "nodejs14.x" "nodejs16.x", "nodejs18.x")
14-
LAYER_PATHS=(".layers/datadog_lambda_node12.13.zip" ".layers/datadog_lambda_node14.15.zip" ".layers/datadog_lambda_node16.14.zip", ".layers/datadog_lambda_node18.12.zip")
15-
AVAILABLE_LAYERS=("Datadog-Node12-x" "Datadog-Node14-x" "Datadog-Node16-x", "Datadog-Node18-x")
13+
NODE_VERSIONS_FOR_AWS_CLI=("nodejs12.x" "nodejs14.x" "nodejs16.x" "nodejs18.x")
14+
LAYER_PATHS=(".layers/datadog_lambda_node12.13.zip" ".layers/datadog_lambda_node14.15.zip" ".layers/datadog_lambda_node16.14.zip" ".layers/datadog_lambda_node18.12.zip")
15+
AVAILABLE_LAYERS=("Datadog-Node12-x" "Datadog-Node14-x" "Datadog-Node16-x" "Datadog-Node18-x")
1616
AVAILABLE_REGIONS=$(aws ec2 describe-regions | jq -r '.[] | .[] | .RegionName')
1717

1818
# Check that the layer files exist

0 commit comments

Comments
 (0)