Skip to content

Commit

Permalink
Update bin/generate
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Goff <keeperotphones+github@gmail.com>
  • Loading branch information
meatball133 and kotp authored Dec 31, 2024
1 parent 769dee3 commit 754006b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ parser.on('--verify', 'Verify all exercises') do
fail VerificationError unless current_code == generated_code
end
rescue VerificationError => e
stderr.puts e.message % {exercise:}
STDERR.puts e.message % {exercise:}
end
end

Expand Down

0 comments on commit 754006b

Please sign in to comment.