Skip to content

Commit ff2996a

Browse files
committed
fix patch method
1 parent b8502bd commit ff2996a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def patch(filepath, matcher, replacer)
9494
end
9595
end
9696
File.open(filepath, "w") do |f|
97-
f << lines
97+
f << lines.join
9898
end
9999
applied
100100
end

0 commit comments

Comments
 (0)