lib/stowaway/runner.rb in stowaway-0.1.5 vs lib/stowaway/runner.rb in stowaway-0.1.6

- old
+ new

@@ -30,10 +30,10 @@ unless results[:name_only].empty? p "Warning: #{results[:name_only].length} file(s) partially matched on name only" end - 100.times { print "-" } + 60.times { print "-" } print "\n\n" results[:files_to_find].each_with_index { |f, i| print "#{i+1}: #{f.root_path}\n" } print "\n" end end