Skip to content

Commit 48418f0

Browse files
committed
chore: default covers all shells
Signed-off-by: Taylor Price <[email protected]>
1 parent ebdea20 commit 48418f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ brews:
5555
- description: "GPTScript CLI"
5656
install: |
5757
bin.install "gptscript"
58-
generate_completions_from_executable(bin/"gptscript", "completion", shells: [:bash, :zsh, :fish])
58+
generate_completions_from_executable(bin/"gptscript", "completion")
5959
homepage: "https://github.com/gptscript-ai/gptscript"
6060
skip_upload: false
6161
folder: "Formula"

0 commit comments

Comments
 (0)