Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone authored Aug 30, 2016
1 parent 94bb564 commit 5148aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing_app/topics/advanced_shader/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end

def run_sample(sample_name)
puts "Running #{sample_name}...quit to run next sample"
open("|k9 run #{sample_name}", "r") do |io|
open("|k9 --run #{sample_name}", "r") do |io|
while l = io.gets
puts(l.chop)
end
Expand Down

0 comments on commit 5148aa2

Please sign in to comment.