From f46e3fafe63b51747e0d56efeb7edf7d3097117a Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 24 Mar 2020 10:40:34 +0000 Subject: [PATCH] Bug 24696: (RM follow-up) Fix spaceing on command line Signed-off-by: Martin Renvoize --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index ae750fdd87..ddd339d735 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -21316,7 +21316,7 @@ sub NewVersion { say sprintf "Upgrade to %s done [%s]: Bug %5s - %s", $DBversion, $time, $bug_number, $description; } } - say sprintf "\t\t\t\t\t- %s", $description; + say sprintf "\t\t\t\t\t\t - %s", $description; } else { unless ( $bug_number ) { say sprintf "Upgrade to %s done [%s]: %s", $DBversion, $time, $description; -- 2.39.5