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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 426f9f4c fix line display
426f9f4c is described below

commit 426f9f4c92675479eed9b230d180366c06b31017
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun Jun 9 19:43:22 2024 +0200

    fix line display
---
 src/main/java/org/apache/maven/site/update/Update.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/site/update/Update.java 
b/src/main/java/org/apache/maven/site/update/Update.java
index dcd8b4b9..61be9122 100644
--- a/src/main/java/org/apache/maven/site/update/Update.java
+++ b/src/main/java/org/apache/maven/site/update/Update.java
@@ -70,7 +70,7 @@ public class Update {
             version = versionCol.trim();
         }
 
-        System.out.print("  " + component + "  " + version + " => checking 
against " + url + "\33[2K\r");
+        System.out.print("\r\33[2K  " + component + "  " + version + " => 
checking against " + url);
         String[] result = lookupRelease(url);
 
         if ((result != null) && (!result[0].equals(version))) {

Reply via email to