Skip to content

Commit 65a90aa

Browse files
authored
Merge pull request #13 from sinstein/demo
Fix missing variable and unique local identifiers
2 parents 677a308 + 701bb83 commit 65a90aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browserstack/local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def start_command
135135

136136
def start_command_args
137137
args = [@binary_path, "-d", "start", "-logFile", @logfile, @key, @folder_flag, @folder_path, @force_local_flag]
138-
args += ["-localIdentifier", local_identifier_flag] if @local_identifier_flag
138+
args += ["-localIdentifier", @local_identifier_flag] if @local_identifier_flag
139139
args += [@only_flag, @only_automate_flag]
140140
args += ["-proxyHost", @proxy_host] if @proxy_host
141141
args += ["-proxyPort", @proxy_port] if @proxy_port

0 commit comments

Comments
 (0)