Skip to content

Commit

Permalink
add to_s on file pah comparison
Browse files Browse the repository at this point in the history
fixes #24
  • Loading branch information
EduardoRSeifert authored Nov 30, 2024
1 parent a2ef1ac commit bc1a7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pronto/flay.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def messages

def patch_for_node(node)
ruby_patches.find do |patch|
patch.new_file_full_path == node.file
patch.new_file_full_path.to_s == node.file.to_s
end
end

Expand Down

0 comments on commit bc1a7b2

Please sign in to comment.