Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Oct 24, 2024
1 parent 5fb963f commit 697e2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silverback/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def update_workspace(
@click.argument("workspace")
@platform_client
def workspace_info(platform: PlatformClient, workspace: str):
"""Get Configuration information about a CLUSTER"""
"""Get Configuration information about a WORKSPACE"""

if not (workspace_info := platform.workspaces.get(workspace)):
raise click.BadOptionUsage("workspace", f"Unknown workspace '{workspace}'")
Expand Down

0 comments on commit 697e2a2

Please sign in to comment.