aboutsummaryrefslogtreecommitdiff
path: root/public/templates/index.html.template
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2021-09-17 12:25:32 -0400
committerKevin J Hoerr <kjhoerr@protonmail.com>2021-09-17 12:25:32 -0400
commitcca92e4ba601b4a738807224b4abe53228bab1a0 (patch)
treead34fcdacbe981b6c7b35ba9fb1717242edfeef5 /public/templates/index.html.template
parente33d446ee8457f8ae114e33210382668efba92a9 (diff)
downloadao-coverage-cca92e4ba601b4a738807224b4abe53228bab1a0.tar.gz
ao-coverage-cca92e4ba601b4a738807224b4abe53228bab1a0.tar.bz2
ao-coverage-cca92e4ba601b4a738807224b4abe53228bab1a0.zip
#14 Changed /bash file to /sh
Diffstat (limited to 'public/templates/index.html.template')
-rw-r--r--public/templates/index.html.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/templates/index.html.template b/public/templates/index.html.template
index 4fb8930..2494e59 100644
--- a/public/templates/index.html.template
+++ b/public/templates/index.html.template
@@ -24,7 +24,7 @@
<p>If you have a coverage token, uploading a report is as easy as adding this line to your CI pipeline:</p>
<div class="code-container-container">
<div class="code-container">
- <span class="shell code">bash &lt;(curl -s {{TARGET_URL}}/bash)</span>
+ <span class="shell code">curl --proto '=https' --tlsv1.2 -sSf {{TARGET_URL}}/sh | sh</span>
</div>
</div>
<p>Visit <a href="https://git.submelon.dev/kjhoerr/ao-coverage/wiki/Home" target="_blank">the AO Coverage