Skip to content

Commit

Permalink
docs: fix typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Jan 22, 2024
1 parent f7b2281 commit 1b87400
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 1b87400

Please sign in to comment.