Skip to content

Commit

Permalink
Fix version command bug (dying and not showing any output) introduced…
Browse files Browse the repository at this point in the history
… by the last commit. Thanks @radford (#45)!
  • Loading branch information
jf committed Jul 31, 2013
1 parent 3cb3e3e commit 20e89fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libexec/rbenv-gemset
Expand Up @@ -20,9 +20,6 @@ if [ "$1" = "--complete" ]; then
fi

if [ "$1" = "version" ] || [ "$1" = "--version" ]; then
if [ -z "$gemset_completion" ]; then
exit
fi
echo "rbenv-gemset ${RBENV_GEMSET_VERSION}"
echo "by Jamis Buck <jamis@jamisbuck.org>"
echo "http://github.com/jamis/rbenv-gemset"
Expand Down

0 comments on commit 20e89fa

Please sign in to comment.