Skip to content

Commit 24b0a74

Browse files
committed
Fixed a small error in install_googletest.bat script.
1 parent 33e62d6 commit 24b0a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/appveyor/install_googletest.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ set GTEST_ROOT=%APPVEYOR_BUILD_FOLDER%\third_parties\googletest\install
1111
echo ============================================================================
1212
echo Cloning googletest into %APPVEYOR_BUILD_FOLDER%\third_parties\googletest
1313
echo ============================================================================
14-
mkdir %APPVEYOR_BUILD_FOLDER%\third_parties2 >NUL 2>NUL
15-
cd %APPVEYOR_BUILD_FOLDER%\third_parties2
14+
mkdir %APPVEYOR_BUILD_FOLDER%\third_parties >NUL 2>NUL
15+
cd %APPVEYOR_BUILD_FOLDER%\third_parties
1616
git clone "https://github.com/google/googletest.git"
1717
cd googletest
1818
echo.

0 commit comments

Comments
 (0)