Skip to content

Commit

Permalink
Merge pull request #482 from mplsgrant/fix-docs
Browse files Browse the repository at this point in the history
fix docs (minor)
  • Loading branch information
mplsgrant authored Aug 23, 2024
2 parents 6d30eb3 + 85b08db commit 092b1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/warnet/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def auth(kube_config: str) -> None:
with open(current_kubeconfig) as file:
contents = yaml.safe_load(file)
print("\nUse the following command to switch to a new user:")
print(" kubectl config use context [user]\n")
print(" kubectl config use-context [user]\n")
print("Available users:")
for context in contents["contexts"]:
print(f" {context['name']}")
Expand Down

0 comments on commit 092b1b5

Please sign in to comment.