Skip to content

Commit

Permalink
Fix Incorrect Keyword in Script (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
tradesmanhelix authored Sep 16, 2024
1 parent efb7813 commit 6711899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scripts/find_valid_veteran_file_numbers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run
valid_file_numbers[key].push(file_number)
rescue RuntimeError => e
invalid_file_numbers.push(manifest.file_number)
continue
next
end
end

Expand Down

0 comments on commit 6711899

Please sign in to comment.