FS#73262 - [kubectl] zsh completions erroneously installed as fish completions
Attached to Project:
Community Packages
Opened by Stefan Zwanenburg (psYchotic) - Wednesday, 05 January 2022, 14:40 GMT
Last edited by David Runge (dvzrv) - Wednesday, 05 January 2022, 22:05 GMT
Opened by Stefan Zwanenburg (psYchotic) - Wednesday, 05 January 2022, 14:40 GMT
Last edited by David Runge (dvzrv) - Wednesday, 05 January 2022, 22:05 GMT
|
Details
The zsh completions for kubectl are erroneously installed as
fish completions, leading to errors whenever completions for
kubectl are invoked.
Source of the bug can be seen here: https://github.com/archlinux/svntogit-community/blob/packages/kubernetes/trunk/PKGBUILD#L98 That line should probably look like this instead: _output/bin/kubectl completion fish > _output/kubectl.fish It appears this was introduced in 1.23.0-1 |
This task depends upon
Closed by David Runge (dvzrv)
Wednesday, 05 January 2022, 22:05 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed with kubectl 1.23.1-2
Wednesday, 05 January 2022, 22:05 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed with kubectl 1.23.1-2
kubectl completion fish > /usr/share/fish/vendor_completions.d/kubectl.fish
I will fix this in a pkgrel bump.