We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4c869 commit 58639ffCopy full SHA for 58639ff
1 file changed
databricks_cli/unity_catalog/ext_loc_cli.py
@@ -224,7 +224,7 @@ def register_ext_loc_commands(cmd_group):
224
225
# Register command group.
226
external_locations_group.add_command(create_location_cli, name='create')
227
- external_locations_group.add_command(list_locations_cli, name='lists')
+ external_locations_group.add_command(list_locations_cli, name='list')
228
external_locations_group.add_command(get_location_cli, name='get')
229
external_locations_group.add_command(update_location_cli, name='update')
230
external_locations_group.add_command(delete_location_cli, name='delete')
0 commit comments