Skip to content

Commit 2ed72b9

Browse files
committed
Syntax fix
1 parent 7ba1284 commit 2ed72b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cb_config.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'mysqlport' => 3306,
1313
'mysqluser' => '',
1414
'mysqlpass' => '',
15-
'mysqldb' => 'cluebot'
15+
'mysqldb' => 'cluebot',
1616
'pointsserver' => 'tcp://0.0.0.0:58945',
1717
);
1818
?>

0 commit comments

Comments
 (0)