Skip to content
This repository was archived by the owner on Dec 23, 2018. It is now read-only.

Commit 7f2fbd2

Browse files
committed
"Available" -> "Installed"
1 parent f76598b commit 7f2fbd2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bin/phpenv-uninstall

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ if [ -z "$PHPENV_ROOT" ]; then
1010
PHPENV_ROOT="${HOME}/.phpenv"
1111
fi
1212

13+
unset FORCE
1314
if [ "$1" = "-f" ]; then
14-
FORCE=1
15+
FORCE=true
1516
shift
16-
else
17-
FORCE=""
1817
fi
1918

2019
DEFINITION="$1"
@@ -26,7 +25,7 @@ case "$DEFINITION" in
2625
echo " for confirmation. If the version does not exist, do not"
2726
echo " display an error message."
2827
echo
29-
echo "Available versions:"
28+
echo "Installed versions:"
3029
phpenv versions --bare | sed 's/^/ /'
3130
echo
3231
} >&2

0 commit comments

Comments
 (0)