mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-17 07:43:46 -05:00
Style
This commit is contained in:
@@ -9,9 +9,9 @@ for path in ~/.rbenv/versions/*; do
|
||||
version="${path##*/}"
|
||||
|
||||
if [ "$version" == "$RBENV_VERSION" ]; then
|
||||
echo "* ${version##*/}"
|
||||
echo "* $version"
|
||||
else
|
||||
echo " ${version##*/}"
|
||||
echo " $version"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user