Skip to content

Commit 13e2a16

Browse files
Merge branch 'main' into fix/DEVA11Y-474-https-shell-download
2 parents ac22720 + 2cc7ea7 commit 13e2a16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugins/BrowserStackAccessibilityLint/BrowserStackAccessibilityLint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ private struct BrowserStackCLIDownloader {
339339
private func defaultDownloadURL() throws -> URL {
340340
let os = try currentOSName()
341341
let arch = try currentArchName()
342-
guard let url = URL(string: "http://api.browserstack.com/sdk/v1/download_cli?os=\(os)&os_arch=\(arch)") else {
342+
guard let url = URL(string: "https://api.browserstack.com/sdk/v1/download_cli?os=\(os)&os_arch=\(arch)") else {
343343
throw PluginError("Failed to create download URL for \(os) \(arch).")
344344
}
345345
return url

0 commit comments

Comments
 (0)