Skip to content

Commit d2b9273

Browse files
authored
Fix bash syntax
1 parent dccd627 commit d2b9273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sudo wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
2828

2929
# don't install pear on master (issue with php 8.0)
3030
# this could be a temp issue though
31-
if [[ ! $VERSION =~ ^master$ || $VERSION =~ snapshot$]]; then
31+
if [[ ! $VERSION =~ ^master$ || $VERSION =~ snapshot$ ]]; then
3232
curl -fsSL --retry 20 -O http://pear.php.net/go-pear.phar
3333

3434
env TZ=UTC $TRAVIS_BUILD_DIR/bin/install-pear

0 commit comments

Comments
 (0)