Skip to content

Commit

Permalink
fix: press text (#4898)
Browse files Browse the repository at this point in the history
  • Loading branch information
xianml authored Aug 6, 2024
1 parent 51468b6 commit 7e1f10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bentoml_cli/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def login(shared_options: SharedOptions, endpoint: str, api_token: str) -> None:
encodedCallback = urllib.parse.quote(callback_server.callback_url)
authURL = f"{baseURL}?callback={encodedCallback}"
if Confirm.ask(
f"Press Enter to open [blue]{authURL}[/] in your browser..."
f"Please Enter Y or N to open [blue]{authURL}[/] in your browser..."
):
if webbrowser.open_new_tab(authURL):
rich.print(f"✅ Opened [blue]{authURL}[/] in your web browser.")
Expand Down

0 comments on commit 7e1f10c

Please sign in to comment.