Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/truffle/post-process-results-json.rb
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@

result['queries'].each do |q|
q.delete_if do |k, v|
k =~ /extra\.\w+\.commit.\w+/
k =~ /^extra\.(\w|-)+\.commit\.(\w|-)+$/
end
end

0 comments on commit dd72b6d

Please sign in to comment.