Skip to content

Commit cf9c422

Browse files
committed
rename misleading function
1 parent 470826c commit cf9c422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Coder Desktop/Coder Desktop/SystemExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ extension CoderVPNService: SystemExtensionAsyncRecorder {
7373
return extensionBundle
7474
}
7575

76-
func checkSystemExtensionStatus() {
76+
func attemptSystemExtensionInstall() {
7777
logger.info("checking SystemExtension status")
7878
guard let bundleID = extensionBundle.bundleIdentifier else {
7979
logger.error("Bundle has no identifier")

Coder Desktop/Coder Desktop/VPNService.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ final class CoderVPNService: NSObject, VPNService {
6565

6666
override init() {
6767
super.init()
68-
checkSystemExtensionStatus()
68+
attemptSystemExtensionInstall()
6969
NotificationCenter.default.addObserver(
7070
self,
7171
selector: #selector(vpnDidUpdate(_:)),

0 commit comments

Comments
 (0)