From 7e007cc03694799d2b5a49f6c6791df706b51d4d Mon Sep 17 00:00:00 2001 From: Blake GH Date: Tue, 21 Nov 2017 10:41:48 -0600 Subject: [PATCH] LP 1768715: Missing semi colon Add missing semi-colon in pingest.pl. Signed-off-by: Blake GH Signed-off-by: Jason Stephenson Signed-off-by: Bill Erickson --- Open-ILS/src/support-scripts/pingest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/pingest.pl b/Open-ILS/src/support-scripts/pingest.pl index 4a194c8dbf..86cd0d259f 100755 --- a/Open-ILS/src/support-scripts/pingest.pl +++ b/Open-ILS/src/support-scripts/pingest.pl @@ -33,7 +33,7 @@ my $skip_browse; # Skip the browse reingest. my $skip_attrs; # Skip the record attributes reingest. my $skip_search; # Skip the search reingest. my $skip_facets; # Skip the facets reingest. -my $skip_display # Skip the display reingest. +my $skip_display; # Skip the display reingest. my $start_id; # start processing at this bib ID. my $end_id; # stop processing when this bib ID is reached. my $max_duration; # max processing duration in seconds -- 2.43.2