Skip to content

Commit 6409a57

Browse files
committed
Revert "Update genall.ps1"
This reverts commit 75561a5.
1 parent 75561a5 commit 6409a57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate/genall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function Invoke-Curl {
260260
if ($Fail) { $myargs += '-f' } # или '--fail-with-body' если ваша сборка curl поддерживает
261261
if ($Follow) { $myargs += '-L' }
262262

263-
if ($Silent) { $myargs += @('-s', '-S --http1.1') } else { $myargs += '-S --http1.1' }
263+
if ($Silent) { $myargs += @('-s', '-S') } else { $myargs += '-S' }
264264

265265
$myargs += @('-o', $OutFile, $Url)
266266

0 commit comments

Comments
 (0)