Skip to content

Commit 0065b6c

Browse files
authored
Fix report-account-compatibility cli command docstring (#2340)
## Changes Fix `report-account-compatibility` cli command docstring as it was a copy of `sync-workspace-info`
1 parent 4f6704c commit 0065b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/labs/ucx/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def sync_workspace_info(a: AccountClient):
9595

9696
@ucx.command(is_account=True)
9797
def report_account_compatibility(a: AccountClient, ctx: AccountContext | None = None, **named_parameters):
98-
"""upload workspace config to all workspaces in the account where ucx is installed"""
98+
"""Report compatibility of all workspaces available in the account"""
9999
if not ctx:
100100
ctx = AccountContext(a, named_parameters)
101101
ctx.account_aggregate.readiness_report()

0 commit comments

Comments
 (0)