Skip to content

Commit

Permalink
Fixed write method use
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Jan 25, 2013
1 parent 1c12d25 commit 36ccc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/pantsmark.thor
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Pantsmark < Thor
x.report("\tpants:") do
Pants.read(file_path) do |tee|
options[:times].times do |i|
tee.add_writer("pants_test#{i}")
tee.write_to("pants_test#{i}")
end
end
end
Expand Down

0 comments on commit 36ccc39

Please sign in to comment.