From 5c28767692eb5eb45306f528d69c76a3fdfb2fca Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 22 Jul 2018 16:36:07 -0700 Subject: [PATCH] Remove unnecessary my --- 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 a911d13..607880c 100755 --- a/scripts/rt-outreachy-payment-next.plx +++ b/scripts/rt-outreachy-payment-next.plx @@ -285,7 +285,7 @@ while (my $file = readdir $dh) { "\"$completedInternshipField\" which indicates this payment round is in process.\n"; next; } - my $expectVal = 'payment-' . $prevPayNum . "-approved"; + $expectVal = 'payment-' . $prevPayNum . "-approved"; if ($completedInternshipField ne $expectVal) { print STDERR "\"$file\": \"$ticket\": Skipped: completed-internship field was ", "\"$completedInternshipField\" instead of \"$expectVal\".\n";