Oh yeah... would have helped to catch that five minutes ago.

[ci skip]
This commit is contained in:
Phil Hagelberg 2013-03-19 19:52:11 -07:00
parent 904f2c91a4
commit 6359868172

View file

@ -220,8 +220,7 @@ elif [ "$1" = "upgrade" ]; then
echo "You do not have permission to upgrade the installation in $SCRIPT"
exit 1
else
# TODO: change to stable when 2.0.0 is released
TARGET_VERSION="${2:-preview}"
TARGET_VERSION="${2:-stable}"
echo "The script at $SCRIPT will be upgraded to the latest $TARGET_VERSION version."
echo -n "Do you want to continue [Y/n]? "
read RESP