diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 22912acc03..b8cacc012f 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -318,7 +318,7 @@ _brew_search () local cur="${COMP_WORDS[COMP_CWORD]}" case "$cur" in --*) - __brewcomp "--debian --fink --macports --opensuse" + __brewcomp "--debian --fedora --fink --macports --opensuse --ubuntu" return ;; esac