From e4302c3e880ed511220b705d0cb396f69699f1ef Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 28 Jul 2025 09:13:32 +0100 Subject: [PATCH] Fixed comment Signed-off-by: snipe --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index fd7ff6aa0f..83f92861f6 100755 --- a/config/database.php +++ b/config/database.php @@ -18,7 +18,7 @@ $dump_options = [ //'add_extra_option' => '--optionname=optionvalue', ]; -// Some versions of mysql do not support the --skip-ssl option and will fail if it is +// Some versions of mysql do not support the --skip-ssl option and will fail if it is even set if (env('DB_DUMP_SKIP_SSL') == 'true') { $dump_options['skip_ssl'] = true; }