Skip to content

Commit 087681f

Browse files
authored
Fix "if" conditional [skip ci]
1 parent e872800 commit 087681f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile-extension-mongo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source $(dirname $0)/compile-extensions-common
55

66
travis_time_start
77

8-
if [[ ! $VERSION =~ ^7 ! $VERSION =~ ^8 && ! $VERSION =~ ^master$ ]]; then
8+
if [[ ! $VERSION =~ ^7 && ! $VERSION =~ ^8 && ! $VERSION =~ ^master$ ]]; then
99
git clone https://github.com/mongodb/mongo-php-driver-legacy.git
1010
pushd mongo-php-driver-legacy
1111
git checkout 1.6.16

0 commit comments

Comments
 (0)