Skip to content

Commit 3759c63

Browse files
committed
Fix typo
Since opcache.enable defaults to 1 anyway, this change is only cosmetic.
1 parent af41437 commit 3759c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rem set OPENSSL_CONF=
5252
rem set SSLEAY_CONF=
5353

5454
rem prepare for Opcache
55-
if "%OPCACHE%" equ "1" set OPCACHE_OPTS=-d opcache.enabled=1 -d opcache.enable_cli=1
55+
if "%OPCACHE%" equ "1" set OPCACHE_OPTS=-d opcache.enable=1 -d opcache.enable_cli=1
5656

5757
rem prepare for enchant
5858
mkdir c:\enchant_plugins

0 commit comments

Comments
 (0)