Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Oct 19, 2023
1 parent b66b3fe commit 5ac16ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/actions/net/port.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func actionUsedPortsNetstat() carapace.Action {
default:
executable = "unknown"
}
vals = append(vals, splitted[1], "used by: "+executable)
vals = append(vals, splitted[len(splitted)-1], "used by: "+executable)
}
}
}
Expand Down

0 comments on commit 5ac16ff

Please sign in to comment.