Remove unnecessary my

This commit is contained in:
Bradley M. Kuhn 2018-07-22 16:36:07 -07:00
parent c0e328dccf
commit 5c28767692

View file

@ -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";