Merge pull request #1951 from pietromenna/lein-upgrade-snapshot-message

Updated old reference to hacking section of README from lein script
This commit is contained in:
Phil Hagelberg 2015-08-12 12:58:53 +07:00
commit 10cb2e7035

View file

@ -253,7 +253,7 @@ elif [ "$1" = "upgrade" ] || [ "$1" = "downgrade" ]; then
fi
if [ $SNAPSHOT = "YES" ]; then
echo "The upgrade task is only meant for stable releases."
echo "See the \"Hacking\" section of the README."
echo "See the \"Bootstrapping\" section of CONTRIBUTING.md."
exit 1
fi
if [ ! -w "$SCRIPT" ]; then