Skip to content

Commit 9bdbd38

Browse files
authored
Merge pull request #63633 from apple/compnerd/diagnostic-medicine
Update build-windows.bat
2 parents 1775897 + 6a2529e commit 9bdbd38

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
@@ -127,7 +127,7 @@ git -C "%source_root%\swift" checkout-index --force --all
127127
@set "skip_repositories_arg=%skip_repositories_arg% --skip-repository tensorflow-swift-apis"
128128
@set "skip_repositories_arg=%skip_repositories_arg% --skip-repository yams"
129129

130-
call "%source_root%\swift\utils\update-checkout.cmd" %scheme_arg% %skip_repositories_arg% --clone --skip-history --skip-tags --github-comment "%ghprbCommentBody%" >NUL 2>NUL
130+
call "%source_root%\swift\utils\update-checkout.cmd" %scheme_arg% %skip_repositories_arg% --clone --skip-history --skip-tags --github-comment "%ghprbCommentBody%" >NUL
131131

132132
goto :eof
133133
endlocal

0 commit comments

Comments
 (0)