We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178e20a commit 05755deCopy full SHA for 05755de
README.md
@@ -48,7 +48,7 @@ You can invoke this bootstap executable with the lambda-ci docker image for the
48
```sh
49
# start a docker container replicating the "provided" lambda runtime
50
# awaiting an event to be provided via stdin
51
-$ unzip \
+$ unzip -o \
52
target/lambda/release/{your-binary-name}.zip \
53
-d /tmp/lambda && \
54
docker run \
0 commit comments