From 08b5c7b13c9cd7f624a2de2e3fce74d02433686e Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Thu, 12 Nov 2020 19:07:47 -0800 Subject: [PATCH] Fix #170 (#171) --- Secretive/Controllers/ShellConfigurationController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Secretive/Controllers/ShellConfigurationController.swift b/Secretive/Controllers/ShellConfigurationController.swift index 4162a60..75b0614 100644 --- a/Secretive/Controllers/ShellConfigurationController.swift +++ b/Secretive/Controllers/ShellConfigurationController.swift @@ -18,7 +18,7 @@ struct ShellConfigurationController { ShellConfigInstruction(shell: "fish", shellConfigDirectory: "~/.config/fish", shellConfigFilename: "config.fish", - text: "set -x SSH_AUTH_SOCK=\(socketPath)"), + text: "set -x SSH_AUTH_SOCK \(socketPath)"), ] }