Skip to content

Commit

Permalink
Generate shell completions by calling tart.app executable (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
torarnv authored Apr 2, 2024
1 parent b7b3b70 commit 13e7794
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 @@ -52,6 +52,6 @@ brews:
install: |
libexec.install Dir["*"]
bin.write_exec_script "#{libexec}/tart.app/Contents/MacOS/tart"
generate_completions_from_executable(bin/"tart", "--generate-completion-script")
generate_completions_from_executable(libexec/"tart.app/Contents/MacOS/tart", "--generate-completion-script")
custom_block: |
depends_on :macos => :ventura

0 comments on commit 13e7794

Please sign in to comment.