Skip to content

Commit 5c1b562

Browse files
author
monkstone
committed
correct error on 3d rakefile
1 parent c822c5f commit 5c1b562

File tree

1 file changed

+1
-1
lines changed
  • samples/processing_app/library/vecmath/vec3d

1 file changed

+1
-1
lines changed

samples/processing_app/library/vecmath/vec3d/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def samples_list
1717
end
1818

1919
def run_sample(sample_name)
20-
format('Running %s...quit to run next sample', sample_name
20+
format('Running %s...quit to run next sample', sample_name)
2121
open("|rp5 run #{sample_name}", 'r') do |io|
2222
while l = io.gets
2323
puts(l.chop)

0 commit comments

Comments
 (0)