Skip to content

Commit

Permalink
deploy: e939b38
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Jun 28, 2024
1 parent 6750c8e commit ff2786d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ <h4 id="the-layer"><a class="header" href="#the-layer">The layer</a></h4>
<pre><code class="language-bash">cat &lt;&lt;EOF &gt;src/bootstrap
#!/bin/sh
set -eu
exec martin --config ${_HANDLER}.yaml
exec martin --config \${_HANDLER}.yaml
EOF
</code></pre>
<p>Write the SAM template.</p>
Expand Down
2 changes: 1 addition & 1 deletion run-with-lambda.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h4 id="the-layer"><a class="header" href="#the-layer">The layer</a></h4>
<pre><code class="language-bash">cat &lt;&lt;EOF &gt;src/bootstrap
#!/bin/sh
set -eu
exec martin --config ${_HANDLER}.yaml
exec martin --config \${_HANDLER}.yaml
EOF
</code></pre>
<p>Write the SAM template.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit ff2786d

Please sign in to comment.