Skip to content

Commit eaef78d

Browse files
committed
Fix typo
1 parent be73c09 commit eaef78d

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
@@ -31,7 +31,7 @@ build_script:
3131
3232
curl -fsS https://windows.php.net/downloads/releases/archives/%PHP_ZIP_BASENAME% -o %PHP_ZIP_BASENAME% || curl -fsS https://windows.php.net/downloads/releases/%PHP_ZIP_BASENAME% -o %PHP_ZIP_BASENAME%
3333
34-
7z x -y %PHP_ZIP_BASENAME
34+
7z x -y %PHP_ZIP_BASENAME%
3535
3636
del /Q *.zip
3737

0 commit comments

Comments
 (0)