From d55c34c712a746095e76307482475fe5a0469e13 Mon Sep 17 00:00:00 2001 From: "Pietro F. Menna" Date: Tue, 11 Aug 2015 23:33:32 -0300 Subject: [PATCH] Updated old reference to hacking section of README to "Bootstrapping" from CONTRIBUTING.md from lein script fixes #1950 --- bin/lein | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lein b/bin/lein index 69eabdc3..4fa0d4b9 100755 --- a/bin/lein +++ b/bin/lein @@ -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