Skip to content

Commit

Permalink
Fixed config fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
chinleung committed Feb 17, 2020
1 parent d1fc5fd commit 2c29718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

'forcelocal' => env(
'BROWSERSTACK_CLI_FORCE_LOCAL',
config('browserstack.capabilities.browserstack.local')
env('BROWSERSTACK_LOCAL_TUNNEL', true)
),

'localIdentifier' => env('BROWSERSTACK_CLI_LOCAL_IDENTIFIER'),
Expand Down

0 comments on commit 2c29718

Please sign in to comment.