From 3a8ea14fe307b27d6828543c48b49af15e6dfc50 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 4 May 2026 02:25:02 +0100 Subject: [PATCH] ci(qa): fix Crabbox desktop flag guard --- .github/workflows/mantis-discord-status-reactions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mantis-discord-status-reactions.yml b/.github/workflows/mantis-discord-status-reactions.yml index c16446a8f43..de875f5bcb0 100644 --- a/.github/workflows/mantis-discord-status-reactions.yml +++ b/.github/workflows/mantis-discord-status-reactions.yml @@ -271,7 +271,7 @@ jobs: go build -C "$install_dir/src" -o "$HOME/.local/bin/crabbox" ./cmd/crabbox echo "$HOME/.local/bin" >> "$GITHUB_PATH" "$HOME/.local/bin/crabbox" --version - "$HOME/.local/bin/crabbox" warmup --help 2>&1 | grep -q -- "--desktop" + "$HOME/.local/bin/crabbox" warmup --help 2>&1 | grep -q -- "-desktop" - name: Prepare baseline and candidate worktrees shell: bash