Skip to content

Commit

Permalink
checking for cla
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrishtiKarkera committed Jun 21, 2024
1 parent 1a18098 commit 47624db
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 @@ -123,7 +123,7 @@ def print_short(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}")
print(f"microk8s join {ip}:{port}/{token}/{check}")


if __name__ == "__main__":
Expand Down

0 comments on commit 47624db

Please sign in to comment.