Skip to content

Commit 2c29718

Browse files
committed
Fixed config fallback
1 parent d1fc5fd commit 2c29718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
'forcelocal' => env(
9393
'BROWSERSTACK_CLI_FORCE_LOCAL',
94-
config('browserstack.capabilities.browserstack.local')
94+
env('BROWSERSTACK_LOCAL_TUNNEL', true)
9595
),
9696

9797
'localIdentifier' => env('BROWSERSTACK_CLI_LOCAL_IDENTIFIER'),

0 commit comments

Comments
 (0)