Skip to content

Commit 58639ff

Browse files
authored
Fix external-location 'lists' command (#503)
1 parent 0e4c869 commit 58639ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

databricks_cli/unity_catalog/ext_loc_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def register_ext_loc_commands(cmd_group):
224224

225225
# Register command group.
226226
external_locations_group.add_command(create_location_cli, name='create')
227-
external_locations_group.add_command(list_locations_cli, name='lists')
227+
external_locations_group.add_command(list_locations_cli, name='list')
228228
external_locations_group.add_command(get_location_cli, name='get')
229229
external_locations_group.add_command(update_location_cli, name='update')
230230
external_locations_group.add_command(delete_location_cli, name='delete')

0 commit comments

Comments
 (0)