Skip to content

Commit 0005131

Browse files
committed
debugging heroku style
1 parent 97161c7 commit 0005131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ curl --silent --max-time 60 --location $WORDPRESS_URL | tar xz
127127

128128
# Support installation of WordPress into a subdirectory instead of the docroot
129129
if [ -n "$BUILDPACK_WORDPRESS_DIR" ]; then
130-
echo "-----> BUILDPACK_WORDPRESS_DIR is set to ${BUILDPACK_WORDPRESS_DIR}"
130+
echo " BUILDPACK_WORDPRESS_DIR is set to ${BUILDPACK_WORDPRESS_DIR}"
131131
mkdir "public"
132132
mv wordpress "public/$BUILDPACK_WORDPRESS_DIR"
133133
WORDPRESS_INSTALLATION_DIR="public/$BUILDPACK_WORDPRESS_DIR"
134134
else
135-
echo "-----> BUILDPACK_WORDPRESS_DIR not set. Installing WordPress to /"
135+
echo " BUILDPACK_WORDPRESS_DIR not set. Installing WordPress to /"
136136
mv wordpress public
137137
WORDPRESS_INSTALLATION_DIR="public"
138138
fi

0 commit comments

Comments
 (0)