Skip to content

Commit 2ca5aa9

Browse files
committed
quick fix for the base branch version parsing, not perfect still
1 parent 997d902 commit 2ca5aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/build_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd /D %APPVEYOR_BUILD_FOLDER%
1111
if %errorlevel% neq 0 exit /b 3
1212

1313
if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
14-
set BRANCH=%APPVEYOR_REPO_BRANCH:~4%
14+
set BRANCH=%APPVEYOR_REPO_BRANCH:~4,3%
1515
set STABILITY=stable
1616
) else (
1717
set BRANCH=master

0 commit comments

Comments
 (0)