We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1247cb4 commit e82cac6Copy full SHA for e82cac6
Coder-Desktop/VPNLib/FileSync/FileSyncDaemon.swift
@@ -243,7 +243,7 @@ public class MutagenDaemon: FileSyncDaemon {
243
"MUTAGEN_SSH_PATH": "/usr/bin",
244
// Do not use `~/.ssh/config`, as it may contain an entry for
245
// '*.<hostnameSuffix' that uses `coder ssh`.
246
- "MUTAGEN_SSH_CONFIG_PATH": "none"
+ "MUTAGEN_SSH_CONFIG_PATH": "none",
247
]
248
logger.info("setting mutagen data directory: \(self.mutagenDataDirectory.path, privacy: .public)")
249
return process
0 commit comments