Skip to content

Commit 4f475d4

Browse files
committed
cekit: Generate Bash completions
1 parent f75fbe6 commit 4f475d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/c/cekit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class Cekit < Formula
7878
def install
7979
virtualenv_install_with_resources
8080

81-
generate_completions_from_executable(bin/"cekit", shells: [:fish, :zsh], shell_parameter_format: :click)
81+
generate_completions_from_executable(bin/"cekit", shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
8282
end
8383

8484
test do

0 commit comments

Comments
 (0)