LP1931737: Fix syntax error in pingest.pl collab/dyrcona/lp1931737-dym-deadlock-fix-plus-pingest-rebase
authorJason Stephenson <jason@sigio.com>
Fri, 17 Jun 2022 16:38:18 +0000 (12:38 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 17 Jun 2022 16:42:24 +0000 (12:42 -0400)
New code changes had a missing semicolon on line 274.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/support-scripts/pingest.pl

index 5db2775..2453fc9 100755 (executable)
@@ -271,7 +271,7 @@ sub symspell_reification {
     # There might be a race condition above if non-pingest record updates
     # were started before the first of the two statements above, but ended
     # after the second one, so we'll wait a few seconds and then look again.
-    sleep(5)
+    sleep(5);
 
     # This count will always be 0 when symspell reification is done inline
     # rather than delayed, because it is handled by a trigger that runs