Skip to content

Commit 63caf2a

Browse files
committed
typo
1 parent 3b96ffd commit 63caf2a

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
@@ -119,7 +119,7 @@ def command
119119
end
120120

121121
def command_args
122-
args = ["#{@binary_path}", "-logFile", "#{@logfile}", "#{@key}", "#{@folder_flag}", "#{@folder_path}", "#{@force_local_flag}", "#{@local_identifier_flag}", "#{@only_flag}", "#{@only_automate_flag}", "#{@proxy_host}", "#{@proxy_port}", "#{@proxy_user}", "#{@proxy_pass}", "{@force_proxy_flag}","#{@force_flag}", "#{@verbose_flag}", "#{@hosts}"]
122+
args = ["#{@binary_path}", "-logFile", "#{@logfile}", "#{@key}", "#{@folder_flag}", "#{@folder_path}", "#{@force_local_flag}", "#{@local_identifier_flag}", "#{@only_flag}", "#{@only_automate_flag}", "#{@proxy_host}", "#{@proxy_port}", "#{@proxy_user}", "#{@proxy_pass}", "#{@force_proxy_flag}","#{@force_flag}", "#{@verbose_flag}", "#{@hosts}"]
123123
args = args.select {|a| a.to_s != "" }
124124
args.push(:err => [:child, :out])
125125
args

0 commit comments

Comments
 (0)