From 3271796ecc4e5c11a3684d17e8d5fec572e7591d Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Thu, 20 Nov 2025 16:41:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Improve=20waitlist=20succe?= =?UTF-8?q?ss=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fastapi_cloud_cli/commands/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastapi_cloud_cli/commands/deploy.py b/src/fastapi_cloud_cli/commands/deploy.py index dddd713..93620e7 100644 --- a/src/fastapi_cloud_cli/commands/deploy.py +++ b/src/fastapi_cloud_cli/commands/deploy.py @@ -498,7 +498,7 @@ def _waitlist_form(toolkit: RichToolkit) -> None: with contextlib.suppress(Exception): subprocess.run( - ["open", "raycast://confetti?emojis=🐔⚡"], + ["open", "-g", "raycast://confetti?emojis=🐔⚡"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, check=False,