Skip to content

Commit f36ae0a

Browse files
Fix the code
1 parent 2eb9c38 commit f36ae0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudsmith_cli/cli/commands/list_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def repos(ctx, opts, owner_repo, page, page_size, show_all):
269269
If OWNER isn't specified it'll default to the currently authenticated user
270270
(if any). If you're unauthenticated, no results will be returned.
271271
"""
272-
ctx.forward(get_repos, show_all=show_all)
272+
ctx.forward(get_repos)
273273

274274

275275
def _get_package_name(package):

0 commit comments

Comments
 (0)