Skip to content

Commit f75fbe6

Browse files
committed
bump-my-version: Generate Bash completions
1 parent c8bc9c4 commit f75fbe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/b/bump-my-version.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ class BumpMyVersion < Formula
154154
def install
155155
virtualenv_install_with_resources
156156

157-
generate_completions_from_executable(bin/"bump-my-version", shells: [:fish, :zsh], shell_parameter_format: :click)
157+
generate_completions_from_executable(bin/"bump-my-version",
158+
shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
158159
end
159160

160161
test do

0 commit comments

Comments
 (0)