Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 21, 2025
1 parent 79f8446 commit 269cf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/http-proxy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ irm $url -outfile http-proxy.bat
$text = Get-Content -Path http-proxy.bat;
$newText = $text -replace "apple", "orange"

Write-Host $newText
# Write-Host $newText
$newText | Out-File -FilePath "$__PROJECT__\http-proxy.bat" -Encoding ASCII

Invoke-Expression -Command "cmd /c $__PROJECT__\http-proxy.bat"
Expand Down

0 comments on commit 269cf26

Please sign in to comment.