Skip to content

Commit 754006b

Browse files
meatball133kotp
andauthored
Update bin/generate
Co-authored-by: Victor Goff <keeperotphones+github@gmail.com>
1 parent 769dee3 commit 754006b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/generate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ parser.on('--verify', 'Verify all exercises') do
4747
fail VerificationError unless current_code == generated_code
4848
end
4949
rescue VerificationError => e
50-
stderr.puts e.message % {exercise:}
50+
STDERR.puts e.message % {exercise:}
5151
end
5252
end
5353

0 commit comments

Comments
 (0)