From 1083c0f7333998e92f1b0d82fe8f146d53594ac1 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Tue, 17 Mar 2020 00:39:36 -0700 Subject: [PATCH] Restore notifier. --- SecretAgent/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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