Skip to content

Commit 16df120

Browse files
committed
fix: recipe ssh-list-ips
1 parent 553e688 commit 16df120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ ssh-list-ips PATTERN:
840840
| from json
841841
| default "" Host
842842
| default "" HostName
843-
| where not ($it.Host =~ ".ipv(4|6)$")
843+
| where ($it.Host =~ ".ipv4$")
844844
| where Host =~ "{{PATTERN}}"
845845
| get HostName
846846
| str join " "

0 commit comments

Comments
 (0)