Skip to content

Commit

Permalink
final push
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrishtiKarkera committed Jun 24, 2024
1 parent 88d68da commit 11513df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/wrappers/add_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 11513df

Please sign in to comment.