Skip to content

Commit 6c03bfa

Browse files
StenALdaeho-ro
authored andcommitted
pipgrip: Generate Bash completions
1 parent 9ac8247 commit 6c03bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/p/pipgrip.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Pipgrip < Formula
4949
def install
5050
virtualenv_install_with_resources
5151

52-
generate_completions_from_executable(bin/"pipgrip", shells: [:fish, :zsh], shell_parameter_format: :click)
52+
generate_completions_from_executable(bin/"pipgrip", shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
5353
end
5454

5555
test do

0 commit comments

Comments
 (0)