Skip to content

Commit c69ca1b

Browse files
Update login function to solvebio (#485)
1 parent d3936c0 commit c69ca1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solvebio/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def api_host_url(self, value):
524524
def main():
525525
"""Main entry point for SolveBio CLI"""
526526
parser = SolveArgumentParser()
527-
args = parser.parse_quartzbio_args(sys.argv[1:])
527+
args = parser.parse_solvebio_args(sys.argv[1:])
528528

529529
solvebio.login(
530530
api_host=args.api_host,

0 commit comments

Comments
 (0)