Skip to content

Commit

Permalink
caps
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre authored Sep 19, 2024
1 parent 5f867c2 commit a4bf9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viam/app/app_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2191,7 +2191,7 @@ async def list_registry_items(
statuses=[RegistryItemStatus.REGISTRY_ITEM_STATUS_PUBLISHED]
)
# list public, published linux modules in all organizations
# List public, published linux modules in all organizations
registry_items = await cloud.list_registry_items(
organization_id="",
types=[PackageType.PACKAGE_TYPE_MODULE],
Expand Down

0 comments on commit a4bf9d3

Please sign in to comment.