Allowed setup to properly show for all builds

This commit is contained in:
Alex Lavallee 2020-11-30 00:15:58 -08:00
parent e6e2902922
commit f4564655ff
No known key found for this signature in database
GPG Key ID: FF636FB2C9E94B03
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import Cocoa
struct ShellConfigurationController {
let socketPath = (NSHomeDirectory().replacingOccurrences(of: "com.maxgoedjen.Secretive.Host", with: "com.maxgoedjen.Secretive.SecretAgent") as NSString).appendingPathComponent("socket.ssh") as String
let socketPath = (NSHomeDirectory().replacingOccurrences(of: "Secretive.Host", with: "Secretive.SecretAgent") as NSString).appendingPathComponent("socket.ssh") as String
var shellInstructions: [ShellConfigInstruction] {
[