From cca92e4ba601b4a738807224b4abe53228bab1a0 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Fri, 17 Sep 2021 12:25:32 -0400 Subject: #14 Changed /bash file to /sh --- public/templates/index.html.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/templates/index.html.template') 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 @@

If you have a coverage token, uploading a report is as easy as adding this line to your CI pipeline:

- bash <(curl -s {{TARGET_URL}}/bash) + curl --proto '=https' --tlsv1.2 -sSf {{TARGET_URL}}/sh | sh

Visit the AO Coverage -- cgit