Skip to content

Commit ff2786d

Browse files
committed
deploy: e939b38
1 parent 6750c8e commit ff2786d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

print.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ <h4 id="the-layer"><a class="header" href="#the-layer">The layer</a></h4>
643643
<pre><code class="language-bash">cat &lt;&lt;EOF &gt;src/bootstrap
644644
#!/bin/sh
645645
set -eu
646-
exec martin --config ${_HANDLER}.yaml
646+
exec martin --config \${_HANDLER}.yaml
647647
EOF
648648
</code></pre>
649649
<p>Write the SAM template.</p>

run-with-lambda.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ <h4 id="the-layer"><a class="header" href="#the-layer">The layer</a></h4>
234234
<pre><code class="language-bash">cat &lt;&lt;EOF &gt;src/bootstrap
235235
#!/bin/sh
236236
set -eu
237-
exec martin --config ${_HANDLER}.yaml
237+
exec martin --config \${_HANDLER}.yaml
238238
EOF
239239
</code></pre>
240240
<p>Write the SAM template.</p>

searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)