Skip to content

Commit 7aad7f1

Browse files
StenALdaeho-ro
authored andcommitted
notifiers: Generate Bash completions
1 parent 2d3e8b5 commit 7aad7f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/n/notifiers.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ class Notifiers < Formula
8585
def install
8686
virtualenv_install_with_resources
8787

88-
generate_completions_from_executable(bin/"notifiers", shells: [:fish, :zsh], shell_parameter_format: :click)
88+
generate_completions_from_executable(bin/"notifiers",
89+
shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
8990
end
9091

9192
test do

0 commit comments

Comments
 (0)