From: Thibaut Date: Thu, 15 Dec 2016 16:42:09 +0000 (+0100) Subject: logo is from Damien Cazeils (and english in comments is better) X-Git-Tag: v9.1~14^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e871472f23c9591f7298e18372cf9c05c939949;p=pgbadger logo is from Damien Cazeils (and english in comments is better) --- diff --git a/README b/README index 8451336..08d8111 100644 --- a/README +++ b/README @@ -609,7 +609,7 @@ JSON FORMAT AUTHORS pgBadger is an original work from Gilles Darold. - The pgBadger logo is an original creation of Damien Clochard. + The pgBadger logo is an original creation of Damien Cazeils. The pgBadger v4.x design comes from the "Art is code" company. diff --git a/pgbadger b/pgbadger index f4be108..b008e51 100644 --- a/pgbadger +++ b/pgbadger @@ -497,7 +497,7 @@ if ($remote_host) { } } -# Add journalctl command to the file list si on le trouve pas déjà +# Add journalctl command to the file list if not already found if ($journalctl_cmd) { if (!grep(/^\Q$journalctl_cmd\E$/, @ARGV)) { $journalctl_cmd .= " --output='short-iso'";