Skip to content

Commit 4f9233c

Browse files
committed
just ssh check: ignore machines without IPv4
1 parent 8684614 commit 4f9233c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/cardano-parts-project/Justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ checkSshConfig := '''
112112
| where ($it.machine | str ends-with ".ipv4")
113113
| rename machine pubIpv4
114114
| update machine { $in | str replace ".ipv4" "" }
115+
| update pubIpv4 { $in | if $in == "unavailable.ipv4" { null } else { $in } }
115116
| sort-by machine
116117
)
117118

0 commit comments

Comments
 (0)