Skip to content

Commit

Permalink
chore(lambda-layer-awscli): fix typo ("Extrating" -> "Extracting") (#…
Browse files Browse the repository at this point in the history
…20175)

Just fixing a typo in a log message

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
MalikAtalla-AWS committed May 2, 2022
1 parent 489340e commit 443fb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/lambda-layer-awscli/layer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TAG='aws-lambda-layer'

docker build -t ${TAG} .

echo ">> Extrating layer.zip from the build container..."
echo ">> Extracting layer.zip from the build container..."
CONTAINER=$(docker run -d ${TAG} false)
docker cp ${CONTAINER}:/layer.zip ../lib/layer.zip

Expand Down

0 comments on commit 443fb2a

Please sign in to comment.