Skip to content

Commit

Permalink
Fix syntax error in the bash-completion script
Browse files Browse the repository at this point in the history
My bad.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Oct 9, 2011
1 parent 09e194f commit 65b2335
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Contributions/brew_bash_completion.sh
Expand Up @@ -57,6 +57,8 @@ _brew_to_completion()
# Commands that take an outdated brew
upgrade)
COMPREPLY=( $(compgen -W "$(brew outdated --quiet)" -- ${cur}) )
return
;;
esac
}

Expand Down

0 comments on commit 65b2335

Please sign in to comment.