Skip to content

Commit

Permalink
minor oops
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Apr 5, 2021
1 parent 8afe787 commit 6fc407e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
class GrayScottToneImage < Propane::App
attr_reader :gs, :tone_map, :img

KEYS = (1..9).map { |i| i }
KEYS = (1..9).map { |i| i.to_s }

def setup
sketch_title 'Gray Scott Image'
Expand Down

0 comments on commit 6fc407e

Please sign in to comment.