Style
This commit is contained in:
parent
b5d030bee7
commit
0c66f62c17
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
cd "$HOME/.rbenv/shims"
|
||||
cd "${HOME}/.rbenv/shims"
|
||||
rm *
|
||||
|
||||
for file in ../versions/*/bin/*; do
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user