From 096639e3d9f0b0ce3974c3f2ca67b01e449a0b40 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Thu, 12 Nov 2020 19:05:23 -0800 Subject: [PATCH] Fix #170 --- 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)"), ] }