Skip to content

Commit 2d051bc

Browse files
committed
Fixed audit error
1 parent daaca1c commit 2d051bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/brew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Audit formula
3434
run: |
35-
brew audit --new --strict ./Formula/ssh-studio.rb
35+
brew audit --new --strict ssh-studio
3636
3737
- name: Build and install
3838
run: |

0 commit comments

Comments
 (0)