Skip to content

Commit b3dc6bc

Browse files
committed
Typo
1 parent a7010a8 commit b3dc6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install:
4040
- ps: New-Item -Path $Env:php_directory -ItemType 'directory'
4141
- ps: cd $Env:php_directory
4242
- ps: 7z x $php_version_file
43-
- ps: Copy-Item php.ini-production -Destination php.init
43+
- ps: Copy-Item php.ini-production -Destination php.ini
4444
- ps: Add-Content -Path php.ini -Value 'date.timezone="UTC"'
4545
- ps: Add-Content -Path php.ini -Value 'extension_dir=ext'
4646
- ps: Add-Content -Path php.ini -Value 'extension=php_curl.dll'

0 commit comments

Comments
 (0)