This commit is contained in:
Max Goedjen 2020-03-06 22:23:51 -08:00
parent b1091904ed
commit 9f8634e548
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ extension SetupView {
extension SetupView {
enum Constants {
static let socketPath = (NSHomeDirectory() as NSString).appendingPathComponent("socket.ssh") as String
static let socketPath = (NSHomeDirectory().replacingOccurrences(of: "com.maxgoedjen.Secretive.Host", with: "com.maxgoedjen.Secretive.SecretAgent") as NSString).appendingPathComponent("socket.ssh") as String
static let socketPrompt = "export SSH_AUTH_SOCK=\(socketPath)"
}