This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new c4bef67  Fix command formatting
c4bef67 is described below

commit c4bef678269f7417b22dba0fbcd17f1080be43f3
Author: Sean B. Palmer <[email protected]>
AuthorDate: Sat May 3 11:40:41 2025 +0100

    Fix command formatting
---
 atr/templates/download-all.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/templates/download-all.html b/atr/templates/download-all.html
index 9c1f405..47035cb 100644
--- a/atr/templates/download-all.html
+++ b/atr/templates/download-all.html
@@ -95,7 +95,7 @@
   <!-- TODO: Add a button to copy the command to the clipboard -->
   <pre class="bg-light p-3 mb-3">
 curl -fsS https://{{ server_domain }}{{ as_url(routes.download.sh_selected, 
project_name=release.project.name, version_name=release.version) }} | sh
-  </pre>
+</pre>
   <p>
     This downloads the files into the <em>current directory</em>. Ensure that 
you create a new empty directory, and change to it, before running the command. 
The script requires curl and POSIX compliant versions of printf and sh. It 
works by downloading a POSIX complaint shell script straight into your shell. 
You can of course download the script and audit it before running it.
   </p>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to