From d89ddfd22221206ccbc245c6fc0aaef98f85b662 Mon Sep 17 00:00:00 2001 From: ShrishtiKarkera Date: Mon, 24 Jun 2024 12:24:13 -0400 Subject: [PATCH] final push --- scripts/wrappers/add_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wrappers/add_token.py b/scripts/wrappers/add_token.py index 2be81f754e..cc954868e5 100644 --- a/scripts/wrappers/add_token.py +++ b/scripts/wrappers/add_token.py @@ -120,7 +120,7 @@ def print_yaml(token, check): def print_short(token, check): default_ip, all_ips, port = get_network_info() - print(f"microk8s join {default_ip}:{port}/{token}/{check}") + print(f"microk8s join {default_ip}:{port}/{token}/{check}") for ip in all_ips: if ip != default_ip: print(f"microk8s join {ip}:{port}/{token}/{check}")