Skip to content

Commit

Permalink
fix: completion for fish-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed Mar 18, 2022
1 parent 0c0804c commit 1f4c1ed
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 @@ -85,7 +85,7 @@ brews:
output = Utils.popen_read("#{bin}/golangci-lint completion zsh")
(zsh_completion/"_golangci-lint").write output
output = Utils.popen_read("#{bin}/golangci-lint completion fish")
(fish_completion/"eksctl.fish").write output
(fish_completion/"golangci-lint.fish").write output
prefix.install_metafiles
test: |
system "#{bin}/golangci-lint --version"
Expand Down

0 comments on commit 1f4c1ed

Please sign in to comment.