Skip to content

Commit

Permalink
Update code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aripollak committed Dec 20, 2016
1 parent feb790d commit 84faec1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/rbenv-bundler-ruby-version
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env bash
#
# If a custom Ruby version is not already defined per-shell or locally, this
# looks for a Ruby version in the current tree's Gemfile and prints out that
# version.
# If a custom Ruby version is not already defined locally, this looks for a
# Ruby version in the current tree's Gemfile and prints out that version.

[ -n "$RBENV_DEBUG" ] && set -x

Expand Down

0 comments on commit 84faec1

Please sign in to comment.