From 1f4c1ed9f9fad6f04796748cd1e6641dbdee2126 Mon Sep 17 00:00:00 2001 From: Dylan Arbour Date: Fri, 18 Mar 2022 10:35:36 -0400 Subject: [PATCH] fix: completion for fish-shell --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index d600be40341a..47e08f996948 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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"