mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
fix: completion for fish-shell
This commit is contained in:
parent
0c0804c6a4
commit
1f4c1ed9f9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue