From 16090944c4870f17da66ea8732a70b73f45eb97d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 14 Mar 2026 23:05:43 -0400 Subject: [PATCH] Update .github/workflows/homebrew.yml Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- .github/workflows/homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 19098b2b..7d79acbc 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -162,7 +162,7 @@ RUBY - name: Test archivebox init run: | mkdir -p /tmp/archivebox-test && cd /tmp/archivebox-test - archivebox init --setup + archivebox init --install - name: Test archivebox status run: |