Fixed comment

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-07-28 09:13:32 +01:00
parent a7df6fb465
commit e4302c3e88
+1 -1
View File
@@ -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;
}