Skip to content

Commit

Permalink
Typo fix (#1388)
Browse files Browse the repository at this point in the history
I'm torn between "Run this bash script to create this file" and "The
file should look like this" and open to ideas for clarity, but I think
adding the backslash is more likely to be noticed by someone who creates
the file without using the heredoc than the other way around.

Fixes #1335
  • Loading branch information
jleedev authored Jun 28, 2024
1 parent f5b39b0 commit e939b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/run-with-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Every zip-based Lambda function runs a file called `bootstrap`.
cat <<EOF >src/bootstrap
#!/bin/sh
set -eu
exec martin --config ${_HANDLER}.yaml
exec martin --config \${_HANDLER}.yaml
EOF
```

Expand Down

0 comments on commit e939b38

Please sign in to comment.