]> git.sesse.net Git - remoteglot/blobdiff - remoteglot.pl
Fix a typo.
[remoteglot] / remoteglot.pl
index 287909f8d8a63590c5cd1f9d0e028470495259bf..11c5d4166e4c7ce95427f48d499d328c7d241207 100755 (executable)
@@ -972,7 +972,7 @@ sub output_json {
                                $dbh->do('INSERT INTO scores (id, score_type, score_value, engine, depth, nodes) VALUES (?,?,?,?,?,?) ' .
                                         '    ON CONFLICT (id) DO UPDATE SET ' .
                                         '        score_type=EXCLUDED.score_type, ' .
-                                        '        score_value=EXCLUDED.score_vlaue, ' .
+                                        '        score_value=EXCLUDED.score_value, ' .
                                         '        engine=EXCLUDED.engine, ' .
                                         '        depth=EXCLUDED.depth, ' .
                                         '        nodes=EXCLUDED.nodes',