Skip to content

Commit 3271796

Browse files
committed
♻️ Improve waitlist success command
1 parent 6c573b1 commit 3271796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastapi_cloud_cli/commands/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def _waitlist_form(toolkit: RichToolkit) -> None:
498498

499499
with contextlib.suppress(Exception):
500500
subprocess.run(
501-
["open", "raycast://confetti?emojis=🐔⚡"],
501+
["open", "-g", "raycast://confetti?emojis=🐔⚡"],
502502
stdout=subprocess.DEVNULL,
503503
stderr=subprocess.DEVNULL,
504504
check=False,

0 commit comments

Comments
 (0)