Skip to content

Commit 97161c7

Browse files
committed
shorter message
1 parent c9b1de2 commit 97161c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/compile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ export_env_dir $3
2222
# and thus the "global names" used before will be for application use.
2323
if [ -n "$NGINX_VERSION" ] || [ -n "$PHP_VERSION" ] || [ -n "$WORDPRESS_VERSION" ] || [ -n "$S3_BUCKET" ] || [ -n "$WORDPRESS_DIR" ]; then
2424
echo "Aborting. Env variables controlling buildpack should be prefixed with \"BUILDPACK_\"."
25-
echo "This applies to variables NGINX_VERSION, PHP_VERSION, WORDPRESS_VERSION, S3_BUCKET, WORDPRESS_DIR."
2625
echo ""
27-
echo "Rename/remove the variables and then push again:"
26+
echo "Change the heroku config and then push again:"
2827
echo ""
2928
if [ -n "$NGINX_VERSION" ]; then
3029
if [ -z "$BUILDPACK_NGINX_VERSION" ]; then

0 commit comments

Comments
 (0)