mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 07:13:53 -05:00
Wrap documentation comments at 70 columns
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# Summary: Show the current Ruby version and its origin
|
||||
#
|
||||
# Shows the current Ruby version and where it's set from. To obtain only the
|
||||
# version string, use `rbenv version-name'.
|
||||
# Shows the current Ruby version and where it's set from. To obtain
|
||||
# only the version string, use `rbenv version-name'.
|
||||
|
||||
set -e
|
||||
[ -n "$RBENV_DEBUG" ] && set -x
|
||||
|
||||
Reference in New Issue
Block a user