Skip to content

Commit 01ad6fe

Browse files
committed
Minor change
1 parent c5c2481 commit 01ad6fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BrowserStackLocal/BrowserStackLocal/BrowserStackTunnel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private string fetchSourceUrl(string accessKey)
208208
}
209209
}
210210

211-
public void downloadBinary(string accessKey)
211+
public void downloadBinary()
212212
{
213213
string binaryDirectory = Path.Combine(this.binaryAbsolute, "..");
214214

@@ -240,7 +240,7 @@ public virtual void Run(string accessKey, string folder, string logFilePath, str
240240
}
241241
if (!File.Exists(binaryAbsolute))
242242
{
243-
downloadBinary(accessKey);
243+
downloadBinary();
244244
}
245245

246246
if (process != null)

0 commit comments

Comments
 (0)