From 7085dff36bedadabd1825bfdbbbd6279674e7fdf Mon Sep 17 00:00:00 2001 From: Paul Gellai Date: Fri, 22 Mar 2024 11:31:04 -0700 Subject: [PATCH] fix typo --- .github/workflows/update-homebrew-formula.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-homebrew-formula.yml b/.github/workflows/update-homebrew-formula.yml index 82a9b1b..f6effad 100644 --- a/.github/workflows/update-homebrew-formula.yml +++ b/.github/workflows/update-homebrew-formula.yml @@ -23,7 +23,7 @@ jobs: - name: Update Homebrew formula run: | cd software - sh ./github/workflows/update_formula.sh + sh ./.github/workflows/update_formula.sh env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}