Skip to content

Commit

Permalink
Fix #170 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgoedjen committed Nov 13, 2020
1 parent f801853 commit 08b5c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Secretive/Controllers/ShellConfigurationController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)"),
]

}
Expand Down

0 comments on commit 08b5c7b

Please sign in to comment.