diff options
Diffstat (limited to 'public/templates/index.html.template')
| -rw-r--r-- | public/templates/index.html.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/templates/index.html.template b/public/templates/index.html.template index 2494e59..f800a29 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">curl --proto '=https' --tlsv1.2 -sSf {{TARGET_URL}}/sh | sh</span> + <span class="shell code">curl {{CURL_HTTPS}}-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 |
