Skip to content

Commit

Permalink
fix(cli): jina auth cli error
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Aug 17, 2022
1 parent 8039331 commit 15fd60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extra-requirements.txt
Expand Up @@ -33,7 +33,7 @@ grpcio-health-checking>=1.46.0: core
pyyaml>=5.3.1: core
packaging>=20.0: core
docarray>=0.13.14: core
jina-hubble-sdk>=0.12.2: core
jina-hubble-sdk==0.12.4: core
uvloop: perf,standard,devel
prometheus_client: perf,standard,devel
fastapi>=0.76.0: standard,devel
Expand Down
2 changes: 1 addition & 1 deletion jina_cli/api.py
Expand Up @@ -219,4 +219,4 @@ def auth(args: 'Namespace'):
"""
from hubble import api

getattr(api, args.cli2.replace('-', '_'))(args)
getattr(api, args.auth_cli.replace('-', '_'))(args)

0 comments on commit 15fd60d

Please sign in to comment.