Skip to content

Commit 3a68856

Browse files
committed
fixing homebrew issue
1 parent 58b1695 commit 3a68856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ brews:
119119
name: homebrew-scriberr
120120
branch: main
121121
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
122-
# Ensure the formula is placed under the conventional Formula/ folder
123-
folder: Formula
122+
# Ensure the formula is placed under the conventional Formula/ directory
123+
directory: Formula
124124
homepage: https://github.com/rishikanthc/Scriberr
125125
description: "Audio transcription service using WhisperX with speaker diarization"
126126
license: MIT

0 commit comments

Comments
 (0)