Skip to content

Commit

Permalink
chore: default covers all shells
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Price <[email protected]>
  • Loading branch information
drpebcak committed Jul 11, 2024
1 parent ebdea20 commit 48418f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ brews:
- description: "GPTScript CLI"
install: |
bin.install "gptscript"
generate_completions_from_executable(bin/"gptscript", "completion", shells: [:bash, :zsh, :fish])
generate_completions_from_executable(bin/"gptscript", "completion")
homepage: "https://github.com/gptscript-ai/gptscript"
skip_upload: false
folder: "Formula"
Expand Down

0 comments on commit 48418f0

Please sign in to comment.