We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0005131 commit bdb59baCopy full SHA for bdb59ba
bin/compile
@@ -121,7 +121,7 @@ if [ ! -d ./vendor/php ]; then
121
fi
122
123
# WordPress
124
-echo "-----> Installing Wordpress v${BUILDPACK_WORDPRESS_VERSION}"
+echo "-----> Installing WordPress v${BUILDPACK_WORDPRESS_VERSION}"
125
cd ${BUILD_DIR}
126
curl --silent --max-time 60 --location $WORDPRESS_URL | tar xz
127
0 commit comments