Skip to content

Commit b23bb6f

Browse files
committed
test(ci): fix logic
Signed-off-by: sudipto baral <[email protected]>
1 parent e7f98e5 commit b23bb6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/hack/manage-mac-net-connect.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ is_running() {
2020
}
2121

2222
setup() {
23-
is_macos || return
24-
25-
if [[ "$DOCKER_MAC_NET_CONNECT" == "false" ]]; then
23+
if ! is_macos || [[ "$DOCKER_MAC_NET_CONNECT" == "false" ]]; then
2624
return
2725
fi
2826

0 commit comments

Comments
 (0)