From f9bac8e0e8609e9e5169baed019d7eb365d3dbbd Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sun, 9 Mar 2025 01:29:10 -0800 Subject: [PATCH] sync ts file --- users/vy/nushell/extras/tailscale.nu | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/users/vy/nushell/extras/tailscale.nu b/users/vy/nushell/extras/tailscale.nu index 2fb62ed..5dcee82 100644 --- a/users/vy/nushell/extras/tailscale.nu +++ b/users/vy/nushell/extras/tailscale.nu @@ -21,10 +21,8 @@ def tse [exit_node: string = ""] { } if ($exit_node | is-not-empty) { check-mullvad - | return $in - } else { - return "exit node unset" } + return "exit node set" } # list all mullvad exit nodes