Update reflex/reflex.py

Co-authored-by: Masen Furer <m_github@0x26.net>
This commit is contained in:
Elijah Ahianyo 2025-01-16 20:12:20 +00:00 committed by Elijah
parent 1bb7afeff4
commit 8096504a36

View File

@ -444,7 +444,7 @@ def deploy(
app_id: str = typer.Option( app_id: str = typer.Option(
None, None,
"--app-id", "--app-id",
help="The ID of the App to deploy under.", help="The ID of the App to deploy over.",
), ),
regions: List[str] = typer.Option( regions: List[str] = typer.Option(
[], [],