Skip to content

Commit 8b44ee3

Browse files
authored
fix: Wrong description (#425)
1 parent 57b280e commit 8b44ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/publish_layers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ publish_layer() {
6060
layer_path=$4
6161

6262
version_nbr=$(aws lambda publish-layer-version --layer-name $layer_name \
63-
--description "Datadog Lambda Layer for Node" \
63+
--description "Datadog Lambda Layer for Python" \
6464
--zip-file "fileb://$layer_path" \
6565
--region $region \
6666
--compatible-runtimes $compatible_runtimes \

0 commit comments

Comments
 (0)