mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
Typo fix (#1388)
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
This commit is contained in:
parent
f5b39b0fba
commit
e939b388b8
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user