Skip to content

Commit 5148aa2

Browse files
authored
Update Rakefile
1 parent 94bb564 commit 5148aa2

File tree

1 file changed

+1
-1
lines changed
  • processing_app/topics/advanced_shader

1 file changed

+1
-1
lines changed

processing_app/topics/advanced_shader/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ end
2222

2323
def run_sample(sample_name)
2424
puts "Running #{sample_name}...quit to run next sample"
25-
open("|k9 run #{sample_name}", "r") do |io|
25+
open("|k9 --run #{sample_name}", "r") do |io|
2626
while l = io.gets
2727
puts(l.chop)
2828
end

0 commit comments

Comments
 (0)