Skip to content

Commit 1f4c1ed

Browse files
authored
fix: completion for fish-shell
1 parent 0c0804c commit 1f4c1ed

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
@@ -85,7 +85,7 @@ brews:
8585
output = Utils.popen_read("#{bin}/golangci-lint completion zsh")
8686
(zsh_completion/"_golangci-lint").write output
8787
output = Utils.popen_read("#{bin}/golangci-lint completion fish")
88-
(fish_completion/"eksctl.fish").write output
88+
(fish_completion/"golangci-lint.fish").write output
8989
prefix.install_metafiles
9090
test: |
9191
system "#{bin}/golangci-lint --version"

0 commit comments

Comments
 (0)