lib/totrello.rb in totrello-0.3.02 vs lib/totrello.rb in totrello-0.3.03

- old
+ new

@@ -86,10 +86,10 @@ todo = ToDoFind.new todos = todo.search(@directory, Array( @config[:excludes]), Array( @config[:todo_types]), Array( @config[:file_types]), - Array( @config[:comment_styles])) + Array( @config[:comment_style])) puts "Woot! We've got'em" todos end