Skip to content

Commit

Permalink
Merge pull request #1043 from ninoseki/fix-typo
Browse files Browse the repository at this point in the history
docs: fix typo [skip ci]
  • Loading branch information
ninoseki committed Jan 22, 2024
2 parents f7b2281 + 1b87400 commit 4f151f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ artifacts = results.map(&:artifacts).flatten

ip_ports = artifacts.map do |artifact|
artifact.ports.map do |port|
"#{artifact.data}:#{port.port}"
"#{artifact.data}:#{port.number}"
end
end.flatten

Expand Down

0 comments on commit 4f151f6

Please sign in to comment.