diff --git a/SecretAgent/AppDelegate.swift b/SecretAgent/AppDelegate.swift index 379b259..e022e6f 100644 --- a/SecretAgent/AppDelegate.swift +++ b/SecretAgent/AppDelegate.swift @@ -14,7 +14,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { }() let notifier = Notifier() lazy var agent: Agent = { - Agent(storeList: storeList/*, notifier: notifier*/) + Agent(storeList: storeList, witness: notifier) }() lazy var socketController: SocketController = { let path = (NSHomeDirectory() as NSString).appendingPathComponent("socket.ssh") as String