Skip to content

Commit ae916e5

Browse files
StenALdaeho-ro
authored andcommitted
okta-awscli: Generate Bash completions
1 parent 7aad7f1 commit ae916e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/o/okta-awscli.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ class OktaAwscli < Formula
9898
def install
9999
virtualenv_install_with_resources
100100

101-
generate_completions_from_executable(bin/"okta-awscli", shells: [:fish, :zsh], shell_parameter_format: :click)
101+
generate_completions_from_executable(bin/"okta-awscli",
102+
shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
102103
end
103104

104105
test do

0 commit comments

Comments
 (0)