Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 52cf71d

Browse files
committed
Typo fix
Signed-off-by: tzununbekov <[email protected]>
1 parent 263cd54 commit 52cf71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildtemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
FROM amazonlinux
4242

4343
RUN LATEST_VERSION=$(curl -sI https://github.com/triggermesh/aws-custom-runtime/releases/latest | grep "Location:" | awk -F "/" '{print $NF}' | tr -d "\r" ) \
44-
&& curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/\${LATEST_VERSION}/aws-custom-runtime > /opt/aws-custom-runtime \
44+
&& curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/${LATEST_VERSION}/aws-custom-runtime > /opt/aws-custom-runtime \
4545
&& chmod +x /opt/aws-custom-runtime
4646

4747
ENV LAMBDA_TASK_ROOT "/opt"

0 commit comments

Comments
 (0)