Skip to content

Commit

Permalink
BOSH autocompletion expands filenames
Browse files Browse the repository at this point in the history
previously only expanded commands & options, which was
definitely a drawback when, say, creating a release

Signed-off-by: Brian Cunnie <bcunnie@pivotal.io>
  • Loading branch information
dpb587-pivotal authored and Brian Cunnie committed Jan 29, 2016
1 parent 6412577 commit 10df628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bosh_cli/lib/cli/commands/shell_completion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def print_footer()
return 0
}
complete -F _BoshShellCompletion bo bosh -o filenames
complete -f -F _BoshShellCompletion bo bosh -o filenames
EOF
end
end
Expand Down

0 comments on commit 10df628

Please # to comment.