Skip to content

Commit

Permalink
Remove the completion files because they're not in the zipball [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 15, 2024
1 parent 3ebc42a commit 766da35
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@ brews:
resource("ddev-binary").stage do
system "unzip", "-o", Dir["*.zip"].first if Dir["*.zip"].any?
bin.install "ddev"
bash_completion.install "ddev_bash_completion.sh" => "ddev"
zsh_completion.install "ddev_zsh_completion.sh" => "_ddev"
fish_completion.install "ddev_fish_completion.sh" => "ddev.fish"
# In the future, we could get and install the completion files
end
else
bin.install "ddev"
Expand Down Expand Up @@ -244,9 +242,7 @@ brews:
resource("ddev-binary").stage do
system "unzip", "-o", Dir["*.zip"].first if Dir["*.zip"].any?
bin.install "ddev"
bash_completion.install "ddev_bash_completion.sh" => "ddev"
zsh_completion.install "ddev_zsh_completion.sh" => "_ddev"
fish_completion.install "ddev_fish_completion.sh" => "ddev.fish"
# In the future, we could get and install the completion files
end
else
bin.install "ddev"
Expand Down

0 comments on commit 766da35

Please sign in to comment.