Skip to content

Commit 17fefe3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ brews:
5656
description: "GPTScript CLI"
5757
install: |
5858
bin.install "gptscript"
59-
generate_completions_from_executable(bin/"gptscript", "completion", shells: [:bash, :zsh, :fish])
59+
generate_completions_from_executable(bin/"gptscript", "completion")
6060
homepage: "https://github.com/gptscript-ai/gptscript"
6161
skip_upload: false
6262
directory: "Formula"

0 commit comments

Comments
 (0)