From 3178025b74764838d870336affedbc9144d5dba6 Mon Sep 17 00:00:00 2001 From: Kimmo Lehto Date: Wed, 11 Oct 2023 00:23:13 +0300 Subject: [PATCH] Fix/standardize completion generation for k0sctl Signed-off-by: Kimmo Lehto --- Formula/k0sctl.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/k0sctl.rb b/Formula/k0sctl.rb index edf2bbe..a9c8ae3 100644 --- a/Formula/k0sctl.rb +++ b/Formula/k0sctl.rb @@ -22,7 +22,6 @@ def install generate_completions_from_executable( bin/"k0sctl", "completion", - ["bash", "zsh", "fish"], shell_parameter_format: :arg ) end