Merge pull request #583 from rskuipers/patch-1

Remove erroneous dot
This commit is contained in:
Jean-Marie Renouard 2022-02-13 23:02:57 +01:00 committed by GitHub
commit f80a45d374
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6667,7 +6667,7 @@ sub close_outputfile {
sub headerprint {
prettyprint
" >> MySQLTuner $tunerversion\n"
. "\t * Jean-Marie Renouard <jmrenouard\@gmail.com>\n".
. "\t * Jean-Marie Renouard <jmrenouard\@gmail.com>\n"
. "\t * Major Hayden <major\@mhtx.net>\n"
. " >> Bug reports, feature requests, and downloads at http://mysqltuner.pl/\n"
. " >> Run with '--help' for additional options and output filtering";