We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c573b1 commit 3271796Copy full SHA for 3271796
src/fastapi_cloud_cli/commands/deploy.py
@@ -498,7 +498,7 @@ def _waitlist_form(toolkit: RichToolkit) -> None:
498
499
with contextlib.suppress(Exception):
500
subprocess.run(
501
- ["open", "raycast://confetti?emojis=🐔⚡"],
+ ["open", "-g", "raycast://confetti?emojis=🐔⚡"],
502
stdout=subprocess.DEVNULL,
503
stderr=subprocess.DEVNULL,
504
check=False,
0 commit comments