Skip to content

Commit b14cddc

Browse files
committed
win changes proxy
1 parent 603992f commit b14cddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win/run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ try {
149149

150150
# Check for proxy configuration
151151
Log-Line "ℹ️ Checking proxy in environment" $GLOBAL_LOG
152-
$proxyCheckScript = Join-Path $PSScriptRoot "proxy-check.ps1"
152+
$proxyCheckScript = Join-Path $PSScriptRoot "env-prequisite-checks.ps1"
153153
if (Test-Path $proxyCheckScript) {
154154
try {
155155
& $proxyCheckScript -BrowserStackUsername $BROWSERSTACK_USERNAME -BrowserStackAccessKey $BROWSERSTACK_ACCESS_KEY

0 commit comments

Comments
 (0)