Fix #13
This commit is contained in:
parent
b1091904ed
commit
9f8634e548
|
@ -116,7 +116,7 @@ extension SetupView {
|
||||||
extension SetupView {
|
extension SetupView {
|
||||||
|
|
||||||
enum Constants {
|
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)"
|
static let socketPrompt = "export SSH_AUTH_SOCK=\(socketPath)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue