From def749818947a07c33e1468c5a5ec00fad76b866 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 22 Jul 2018 15:09:36 -0700 Subject: [PATCH] newline should be on output. --- scripts/rt-outreachy-payment-next.plx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rt-outreachy-payment-next.plx b/scripts/rt-outreachy-payment-next.plx index 454ad38..07ad3df 100755 --- a/scripts/rt-outreachy-payment-next.plx +++ b/scripts/rt-outreachy-payment-next.plx @@ -193,7 +193,7 @@ while (my $file = readdir $dh) { # Find the ticket number for this intern. my $entity = LedgerTagFromTicket($ticket, 'Entity'); if (not defined $entity) { - print STDERR "\"$file\": \"$ticket\": Skipping: cannot determine Entity from ticket." ; + print STDERR "\"$file\": \"$ticket\": Skipping: cannot determine Entity from ticket.\n" ; next; }