Skip to content

Commit 4e61c08

Browse files
committed
[build-windows] Fix typo
1 parent 92c85a0 commit 4e61c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ setlocal enableextensions enabledelayedexpansion
105105
if defined REPO_SCHEME SET "scheme_arg=--scheme %REPO_SCHEME%"
106106

107107
git -C "%source_root%\swift" config --local core.autocrlf input
108-
git -C "%source_root%\swift" config --local core.symlink true
108+
git -C "%source_root%\swift" config --local core.symlinks true
109109
git -C "%source_root%\swift" checkout-index --force --all
110110

111111
:: Always skip Swift, since it is checked out by Jenkins

0 commit comments

Comments
 (0)