Skip to content

Commit eb6e389

Browse files
committed
Even better instructions
1 parent 5f6f065 commit eb6e389

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

bin/compile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ if [ -n "$NGINX_VERSION" ] || [ -n "$PHP_VERSION" ] || [ -n "$WORDPRESS_VERSION"
4747
echo "Aborting. Env variables controlling buildpack should be prefixed with \"BUILDPACK_\"."
4848
echo "This applies to variables NGINX_VERSION, PHP_VERSION, WORDPRESS_VERSION, S3_BUCKET, WORDPRESS_DIR."
4949
echo ""
50-
echo "Rename the variables and push again. For example:"
50+
echo "Rename/remove the variables and push again. For example:"
5151
echo ""
52-
echo " heroku config:set BUILDPACK_WORDPRESS_VERSION"
53-
echo " heroku config:unset WORDPRESS_VERSION=x.x.x"
52+
echo " heroku config:set BUILDPACK_WORDPRESS_VERSION=3.8.1"
53+
echo " heroku config:set BUILDPACK_WORDPRESS_DIR=wordpress"
54+
echo " heroku config:unset WORDPRESS_VERSION"
55+
echo " heroku config:unset WORDPRESS_DIR"
5456
exit 250
5557
fi
5658

0 commit comments

Comments
 (0)