Bug 25078: Fix indentation and style for additional descriptions
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 31 Aug 2021 08:26:05 +0000 (10:26 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 31 Aug 2021 08:27:52 +0000 (10:27 +0200)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Installer.pm

index e473171..f1e0d68 100644 (file)
@@ -811,7 +811,7 @@ sub generate_output_db_entry {
 
     if ($exec_output) {
         foreach my $line (split /\n/, $exec_output) {
-            push @output, sprintf "\t\t\t\t\t\t   - %s", $line;
+            push @output, sprintf "\t%s", $line;
         }
     }